summaryrefslogtreecommitdiff
path: root/compiler/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dune-project')
-rw-r--r--compiler/dune-project24
1 files changed, 24 insertions, 0 deletions
diff --git a/compiler/dune-project b/compiler/dune-project
new file mode 100644
index 00000000..f8b418f2
--- /dev/null
+++ b/compiler/dune-project
@@ -0,0 +1,24 @@
+(lang dune 2.8)
+
+(name aeneas)
+
+(version 0.1)
+
+(generate_opam_files true)
+
+(formatting)
+
+(source
+ (uri git+https://github.com/AeneasVerif/aeneas.git))
+
+(homepage "https://github.com/AeneasVerif/aeneas")
+
+(bug_reports "https://github.com/AeneasVerif/aeneas/issues")
+
+(authors
+ "Son Ho"
+ "Jonathan Protzenko"
+ "Aymeric Fromherz"
+ "Sidney Congard")
+
+(license Apache-2.0) \ No newline at end of file