Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
cf04e4f3
Commit
cf04e4f3
authored
Oct 12, 2021
by
Kim Nguyễn
Browse files
Relax depdendencies on dune and some other packages.
parent
cc0393d6
Changes
5
Hide whitespace changes
Inline
Side-by-side
cduce-types.opam
View file @
cf04e4f3
...
...
@@ -29,7 +29,7 @@ build: [
dev-repo: "git+https://gitlab.math.univ-paris-diderot.fr/cduce/cduce/"
depends: [
"ocaml" {>= "4.07.0"}
"dune" {build & >= "2.
8
"}
"odoc" {
with-doc
}
"dune" {build & >= "2.
7.0
"}
"odoc" {
build & >= "1.5.0"
}
"num" {>= "1.4"}
]
cduce-types.opam.template
View file @
cf04e4f3
depends: [
"ocaml" {>= "4.07.0"}
"dune" {build & >= "2.
8
"}
"odoc" {
with-doc
}
"dune" {build & >= "2.
7.0
"}
"odoc" {
build & >= "1.5.0"
}
"num" {>= "1.4"}
]
cduce.opam
View file @
cf04e4f3
...
...
@@ -30,11 +30,11 @@ build: [
dev-repo: "git+https://gitlab.math.univ-paris-diderot.fr/cduce/cduce/"
depends: [
"ocaml" {>= "4.07.0"}
"dune" {build & >= "2.4"}
"dune" {build & >= "2.4
.0
"}
"menhir" {build & >= "20181026"}
"menhirLib" { >= "20181026" }
"cduce-types" {= version}
"odoc" {
with-doc
}
"odoc" {
build & >= "1.5.3"
}
"sedlex" {>= "2.0"}
("ocurl" { >= "0.9.1" } |
"ocamlnet" { >= "4.1.8"})
...
...
cduce.opam.template
View file @
cf04e4f3
depends: [
"ocaml" {>= "4.07.0"}
"dune" {build & >= "2.4"}
"dune" {build & >= "2.4
.0
"}
"menhir" {build & >= "20181026"}
"menhirLib" { >= "20181026" }
"cduce-types" {= version}
"odoc" {
with-doc
}
"odoc" {
build & >= "1.5.3"
}
"sedlex" {>= "2.0"}
("ocurl" { >= "0.9.1" } |
"ocamlnet" { >= "4.1.8"})
...
...
driver/dune
View file @
cf04e4f3
...
...
@@ -25,6 +25,7 @@
(name cduce_js_top)
(modules cduce_js_top)
(libraries cduce-types cduce.lib.js)
(optional)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment