File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
- opam pin add --no-action ocsigenserver ' https://github.com/ocsigen/ocsigenserver.git#master'
2
- opam pin add --no-action js_of_ocaml ' https://github.com/ocsigen/js_of_ocaml.git#master'
3
- opam pin add --no-action eliom ' https://github.com/ocsigen/eliom.git#master'
4
- opam pin add --no-action reactiveData ' https://github.com/ocsigen/reactiveData.git#master'
5
-
6
1
opam pin add --no-action ocsigen-toolkit .
7
2
opam install --deps-only ocsigen-toolkit
8
3
opam install --verbose ocsigen-toolkit
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ install: [ make "install" ]
10
10
remove: [ make "uninstall" ]
11
11
depends: [
12
12
"eliom" {>= "6.0"}
13
+ "calendar"
13
14
]
14
15
available: [ ocaml-version >= "4.02" ]
You can’t perform that action at this time.
0 commit comments