summaryrefslogtreecommitdiff
path: root/aeneas.opam
diff options
context:
space:
mode:
authorSon Ho2022-10-26 17:31:24 +0200
committerSon HO2022-10-26 19:45:09 +0200
commite1f79b07440f35e5e6296b61819cf50e6f60f090 (patch)
tree88e7120146b7addd8cd83443d1aaea03beebacbb /aeneas.opam
parent7d6e7a5608327d24bf8574bda53dc031d3b91140 (diff)
Start generating documentation
Diffstat (limited to 'aeneas.opam')
-rw-r--r--aeneas.opam29
1 files changed, 29 insertions, 0 deletions
diff --git a/aeneas.opam b/aeneas.opam
new file mode 100644
index 00000000..4048f9a0
--- /dev/null
+++ b/aeneas.opam
@@ -0,0 +1,29 @@
+# This file is generated by dune, edit dune-project instead
+opam-version: "2.0"
+version: "0.1"
+synopsis: ""
+description: ""
+maintainer: ["son.ho@inria.fr"]
+authors: ["Son Ho" "Jonathan Protzenko" "Aymeric Fromherz" "Sidney Congard"]
+license: "Apache-2.0"
+homepage: "https://github.com/AeneasVerif/aeneas"
+bug-reports: "https://github.com/AeneasVerif/aeneas/issues"
+depends: [
+ "dune" {>= "2.8"}
+ "odoc" {with-doc}
+]
+build: [
+ ["dune" "subst"] {dev}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "@install"
+ "@runtest" {with-test}
+ "@doc" {with-doc}
+ ]
+]
+dev-repo: "git+https://github.com/AeneasVerif/aeneas.git"