summaryrefslogtreecommitdiff
path: root/aeneas.opam
diff options
context:
space:
mode:
authorSon Ho2022-10-27 09:16:46 +0200
committerSon HO2022-10-27 12:58:47 +0200
commit7e7d0d67de8285e1d6c589750191bce4f49aacb3 (patch)
tree5ef3178d2c3f7eadc82a0ea9497788e48ce67c2b /aeneas.opam
parent16560ce5d6409e0f0326a0c6046960253e444ba4 (diff)
Reorganize a bit the project
Diffstat (limited to 'aeneas.opam')
-rw-r--r--aeneas.opam29
1 files changed, 0 insertions, 29 deletions
diff --git a/aeneas.opam b/aeneas.opam
deleted file mode 100644
index 4048f9a0..00000000
--- a/aeneas.opam
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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"