Skip to content

Commit

Permalink
[build] Initial dune support
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Jun 4, 2022
1 parent 4486796 commit f7a2a1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(lang dune 3.3)
(using coq 0.4)

(name fourcolor)
3 changes: 3 additions & 0 deletions theories/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(coq.theory
(name fourcolor)
(package coq-fourcolor))

0 comments on commit f7a2a1f

Please sign in to comment.