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
2d1e080d
Commit
2d1e080d
authored
Jul 07, 2021
by
erwan
Browse files
Chore:Simplify the opam files
parent
81560bb4
Changes
5
Hide whitespace changes
Inline
Side-by-side
bddrand.opam
View file @
2d1e080d
...
...
@@ -11,9 +11,6 @@ depends: [
"dune" {>= "2.0"}
"lutin"
]
build: [
[make "build"]
]
install: [make "install"]
build: ["dune" "build" "-p" name "-j" jobs]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
ezdl.opam
View file @
2d1e080d
...
...
@@ -15,9 +15,6 @@ depends: [
"camlidl"
"dune" {>= "2.0"}
]
build: [
[make "build"]
]
install: [make "install"]
build: ["dune" "build" "-p" name "-j" jobs]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
gbddml.opam
View file @
2d1e080d
...
...
@@ -13,7 +13,7 @@ depends: [
"dune" {>= "2.0"}
"camlidl" {>= "1.09"}
]
build: [
make
"build"]
install: [make "install"]
build: [
"dune"
"build"
"-p" name "-j" jobs
]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
lutin.opam
View file @
2d1e080d
...
...
@@ -31,10 +31,7 @@ depends: [
"ocamlfind"
"rdbg" {>= "1.196.9"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
install: [make "install"]
build: ["dune" "build" "-p" name "-j" 1]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
depexts: [
...
...
polka.opam
View file @
2d1e080d
...
...
@@ -21,10 +21,7 @@ depends: [
"dune" {>= "2.0"}
"ocamlfind"
]
build: [
[make "build"]
]
install: [make "install"]
build: ["dune" "build" "-p" name "-j" jobs]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
depexts: [
...
...
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