Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 863d22d3 authored by Thierry Martinez's avatar Thierry Martinez
Browse files

Add opam file

parent 30ecfb60
Branches
No related tags found
No related merge requests found
Pipeline #216713 failed
......@@ -2,4 +2,4 @@
/clangml-transforms.install
.merlin
*~
/clangml-transforms.opam
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.26"
synopsis: "Code transformers for clangml"
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD-2-Clause"
homepage: "https://gitlab.inria.fr/memcad/clangml-transforms"
doc: "https://gitlab.inria.fr/memcad/clangml-transforms"
bug-reports: "https://gitlab.inria.fr/memcad/clangml-transforms/issues"
depends: [
"ocaml" {>= "4.03.0" & < "4.12.0"}
"dune" {>= "1.11.0"}
"clangml" {>= "4.2.0"}
"dolog" {>= "4.0.0"}
"traverse" {>= "0.2.0"}
"refl" {>= "0.2.1"}
"odoc" {with-doc & >= "1.5.1"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://gitlab.inria.fr/memcad/clangml-transforms"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment