Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutin
Commits
81560bb4
Commit
81560bb4
authored
Jul 07, 2021
by
erwan
Browse files
Chore: depend on dune 2.0, as stated by the dune project
parent
22ba1177
Pipeline
#70942
passed with stages
in 4 minutes and 54 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bddrand.opam
View file @
81560bb4
...
...
@@ -8,7 +8,7 @@ bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lut
depends: [
"ocaml" {>= "4.05"}
"base-unix" {build}
"dune" {
build & >= "1.11
"}
"dune" {
>= "2.0
"}
"lutin"
]
build: [
...
...
ezdl.opam
View file @
81560bb4
...
...
@@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.05"}
"base-unix" {build}
"camlidl"
"dune" {
build & >= "1.11
"}
"dune" {
>= "2.0
"}
]
build: [
[make "build"]
...
...
gbddml.opam
View file @
81560bb4
...
...
@@ -10,7 +10,7 @@ bug-reports:
depends: [
"ocaml" {>= "4.05"}
"base-unix" {build}
"dune" {
build & >= "1.11
"}
"dune" {
>= "2.0
"}
"camlidl" {>= "1.09"}
]
build: [make "build"]
...
...
polka.opam
View file @
81560bb4
...
...
@@ -18,7 +18,7 @@ depends: [
"camlidl"
"extlib" {build} | "extlib-compat" {build}
"mlgmpidl"
"dune" {
build & >= "1.11
"}
"dune" {
>= "2.0
"}
"ocamlfind"
]
build: [
...
...
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