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
lutils
Commits
eb7d533d
Commit
eb7d533d
authored
Jan 25, 2019
by
erwan
Browse files
Build: fix the opam package building process
parent
0f739b5e
Pipeline
#18155
passed with stages
in 3 minutes and 19 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
_oasis
View file @
eb7d533d
OASISFormat: 0.4
OASISFormat: 0.4
Name: lutils
Name: lutils
Version: 1.48.
1
Version: 1.48.
2
Authors: Erwan Jahier
Authors: Erwan Jahier
Maintainers: erwan.jahier@imag.fr
Maintainers: erwan.jahier@imag.fr
License: CeCILL
License: CeCILL
...
...
doc/version.tex
View file @
eb7d533d
\newcommand
{
\version
}{
1.48.
1
}
\newcommand
{
\version
}{
1.48.
2
}
\newcommand
{
\sha
}{
b343b7
5
}
\newcommand
{
\sha
}{
0f739b
5
}
\newcommand
{
\versionname
}{
none
}
\newcommand
{
\versionname
}{
none
}
\newcommand
{
\versiondate
}{
2
4
-01-19
}
\newcommand
{
\versiondate
}{
2
5
-01-19
}
opam
View file @
eb7d533d
...
@@ -23,6 +23,7 @@ depends: [
...
@@ -23,6 +23,7 @@ depends: [
"camlp4"
"camlp4"
"ocamlbuild" {build}
"ocamlbuild" {build}
"ocamlfind"
"ocamlfind"
"num"
]
]
available: [ ocaml-version >= "4.02" ]
available: [ ocaml-version >= "4.02" ]
post-messages: ["The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ "]
post-messages: ["The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ "]
setup.ml
View file @
eb7d533d
(* setup.ml generated for the first time by OASIS v0.4.10 *)
(* setup.ml generated for the first time by OASIS v0.4.10 *)
(* OASIS_START *)
(* OASIS_START *)
(* DO NOT EDIT (digest:
6b6fdf5e6a1a6cb3037ed1329b345503
) *)
(* DO NOT EDIT (digest:
723e40f406bda477fb3ae714212e9086
) *)
(*
(*
Regenerated by OASIS v0.4.11
Regenerated by OASIS v0.4.11
Visit http://oasis.forge.ocamlcore.org for more information and
Visit http://oasis.forge.ocamlcore.org for more information and
...
@@ -6871,7 +6871,7 @@ let setup_t =
...
@@ -6871,7 +6871,7 @@ let setup_t =
{
{
oasis_version
=
"0.4"
;
oasis_version
=
"0.4"
;
ocaml_version
=
Some
(
OASISVersion
.
VGreaterEqual
"4.02"
);
ocaml_version
=
Some
(
OASISVersion
.
VGreaterEqual
"4.02"
);
version
=
"1.48.
1
"
;
version
=
"1.48.
2
"
;
license
=
license
=
OASISLicense
.
DEP5License
OASISLicense
.
DEP5License
(
OASISLicense
.
DEP5Unit
(
OASISLicense
.
DEP5Unit
...
@@ -7272,7 +7272,7 @@ let setup_t =
...
@@ -7272,7 +7272,7 @@ let setup_t =
};
};
oasis_fn
=
Some
"_oasis"
;
oasis_fn
=
Some
"_oasis"
;
oasis_version
=
"0.4.11"
;
oasis_version
=
"0.4.11"
;
oasis_digest
=
Some
"
Z
\1
54\154\157\159
ro
\244\n\016\031\218\242
I/
\129
"
;
oasis_digest
=
Some
"
?
\1
99\212\n\175\130\193\240\194\131\176
#8
\155
b
\132
"
;
oasis_exec
=
None
;
oasis_exec
=
None
;
oasis_setup_args
=
[]
;
oasis_setup_args
=
[]
;
setup_update
=
false
setup_update
=
false
...
...
src/META
View file @
eb7d533d
# OASIS_START
# OASIS_START
# DO NOT EDIT (digest:
a1b9035418d38f276ef37b7c17dc6b3c
)
# DO NOT EDIT (digest:
96e9f7d81a57fed72d7dac8690db68c0
)
version = "1.48.
1
"
version = "1.48.
2
"
description = "shared by Verimag/synchronous tools (lustre, lutin, rdbg)."
description = "shared by Verimag/synchronous tools (lustre, lutin, rdbg)."
requires = "unix str camlp4 num"
requires = "unix str camlp4 num"
archive(byte) = "lutils.cma"
archive(byte) = "lutils.cma"
...
...
src/lutilsVersion.ml
View file @
eb7d533d
let
str
=
"1.48.
1
"
let
str
=
"1.48.
2
"
let
sha
=
"
b343b7
5"
let
sha
=
"
0f739b
5"
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