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
verimag
synchrone
lutin
Commits
d4fce3af
Commit
d4fce3af
authored
Jul 09, 2021
by
erwan
Browse files
build: fix the lutin opam pakage
parent
10fd6c8c
Pipeline
#71122
passed with stages
in 5 minutes and 54 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.version
View file @
d4fce3af
...
...
@@ -3,7 +3,7 @@
# if it is not a git version, it has to be an opam version!
SHA
:=
$(
shell
git log
-1
--pretty
=
format:
"%h"
||
echo
"opam"
)
BRANCH
:=
$(
shell
git branch |
grep
"*"
|
cut
-d
' '
-f
2
||
echo
"opam"
)
VERSION
=
$(
shell
git describe
--tags
||
basename
`
pwd
`
|
cut
-d
'.'
-f2-4
)
VERSION
=
$(
shell
git describe
--tags
--abbrev
=
0
||
basename
`
pwd
`
|
cut
-d
'.'
-f2-4
)
.PHONY
:
doc/version.tex
...
...
bddrand.opam
View file @
d4fce3af
...
...
@@ -3,6 +3,9 @@ synopsis: "A simple front-end to the lutin Random toss machinary"
description: "A simple front-end to the lutin Random toss machinary"
maintainer: "erwan.jahier@univ-grenoble-alpes.fr"
license: "CeCILL"
authors: [
"Erwan Jahier" "Pascal Raymond"
]
homepage: "http://www-verimag.imag.fr/"
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutin"
depends: [
...
...
@@ -13,4 +16,4 @@ depends: [
]
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/"
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
\ No newline at end of file
lutin.opam
View file @
d4fce3af
...
...
@@ -12,7 +12,7 @@ authors: [
license: "CeCILL-2.1"
tags: ["clib:stdc" "clib:camlidl"]
homepage: "http://www-verimag.imag.fr/Lutin.html"
dev-repo: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutin"
dev-repo: "
git+
https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutin"
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutin/issues"
depends: [
"ocaml" {>= "4.05"}
...
...
@@ -31,7 +31,7 @@ depends: [
"ocamlfind"
"rdbg" {>= "1.196.9"}
]
build: ["dune" "build" "-p" name "-j"
1
]
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: [
...
...
polka.opam
View file @
d4fce3af
opam-version: "2.0"
synopsis: "
p
olka: convex polyhedron library by Bertrand Jeannet (now part of apron)
.
"
synopsis: "
P
olka: convex polyhedron library by Bertrand Jeannet (now part of apron)"
maintainer: "erwan.jahier@univ-grenoble-alpes.fr"
authors: [
"Bertrand Jeannnet"
...
...
Write
Preview
Supports
Markdown
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