forked from robur/blog.robur.coop
since yocaml was released, no need for pin-depending on it
This commit is contained in:
parent
8f26c5fa8f
commit
be04d3eba1
2 changed files with 0 additions and 11 deletions
|
@ -8,7 +8,6 @@ The user can have an overview of the website via:
|
||||||
```shell-session
|
```shell-session
|
||||||
$ git clone git@git.robur.coop:robur/blog.robur.coop
|
$ git clone git@git.robur.coop:robur/blog.robur.coop
|
||||||
$ cd blog.robur.coop/
|
$ cd blog.robur.coop/
|
||||||
$ opam pin add -yn .
|
|
||||||
$ opam install --deps-only blogger
|
$ opam install --deps-only blogger
|
||||||
$ dune exec src/blogger.exe -- watch
|
$ dune exec src/blogger.exe -- watch
|
||||||
```
|
```
|
||||||
|
|
10
blogger.opam
10
blogger.opam
|
@ -31,13 +31,3 @@ depends: [
|
||||||
"yocaml_git"
|
"yocaml_git"
|
||||||
"yocaml_jingoo"
|
"yocaml_jingoo"
|
||||||
]
|
]
|
||||||
|
|
||||||
pin-depends: [
|
|
||||||
["yocaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
|
|
||||||
["yocaml_unix.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
|
|
||||||
["yocaml_yaml.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
|
|
||||||
["yocaml_markdown.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
|
|
||||||
["yocaml_jingoo.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
|
|
||||||
["yocaml_git.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
|
|
||||||
["yocaml_cmark.dev" "git+https://github.com/xhtmlboi/yocaml.git"]
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue