Skip to content

Commit

Permalink
Add a configuration for building with dune
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudvanderleer committed Aug 17, 2024
1 parent 40ffe12 commit 3c0f974
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 2017-12-Birmingham/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(include_subdirs qualified)

(coq.theory
(name Birmingham2017)
(flags :standard
-noinit
-indices-matter
-type-in-type
-w -notation-overridden)
(theories UniMath))

11 changes: 11 additions & 0 deletions 2019-04-Birmingham/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(include_subdirs qualified)

(coq.theory
(name Birmingham2019)
(flags :standard
-noinit
-indices-matter
-type-in-type
-w -notation-overridden)
(theories UniMath))

11 changes: 11 additions & 0 deletions 2019-07-Columbus/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(include_subdirs qualified)

(coq.theory
(name Columbus2019)
(flags :standard
-noinit
-indices-matter
-type-in-type
-w -notation-overridden)
(theories UniMath))

11 changes: 11 additions & 0 deletions 2022-07-Cortona/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(include_subdirs qualified)

(coq.theory
(name Cortona2022)
(flags :standard
-noinit
-indices-matter
-type-in-type
-w -notation-overridden)
(theories UniMath))

11 changes: 11 additions & 0 deletions 2024-07-Minneapolis/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(include_subdirs qualified)

(coq.theory
(name Minneapolis2024)
(flags :standard
-noinit
-indices-matter
-type-in-type
-w -notation-overridden)
(theories UniMath))

3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(lang dune 3.5)
(using coq 0.6)
(name Schools)

0 comments on commit 3c0f974

Please sign in to comment.