Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c7cf398b authored by MADIOT Jean-Marie's avatar MADIOT Jean-Marie
Browse files

internal libraries rather than packages

parent ff1abd02
Branches
No related tags found
No related merge requests found
...@@ -49,18 +49,12 @@ ...@@ -49,18 +49,12 @@
) )
) )
(package
(name translatorlib)
; TODO
)
(package
(name extracted)
; TODO
)
(package (package
(name osiris-interpreter) (name osiris-interpreter)
; TODO (authors "Jean-Marie Madiot")
(maintainers "Jean-Marie Madiot")
(homepage https://gitlab.inria.fr/fpottier/osiris/)
(bug_reports jean-marie.madiot@inria.fr)
(synopsis "Osiris Interpreter")
(depends coq-osiris) (depends coq-osiris)
) )
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
depends: [
"dune" {>= "3.8"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
(library (library
(package extracted)
(name extracted) (name extracted)
(flags :standard "-w" "A-40-41-42-44-45") (flags :standard "-w" "A-40-41-42-44-45")
) )
......
(library (library
(package translatorlib)
(name translatorlib) (name translatorlib)
(libraries (libraries
ocaml-compiler-libs.bytecomp ocaml-compiler-libs.bytecomp
......
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
depends: [
"dune" {>= "3.8"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment