Skip to content

Commit

Permalink
wip: Use Dune as primary build system
Browse files Browse the repository at this point in the history
  • Loading branch information
lthms committed May 7, 2019
1 parent 3c884ae commit 7660e37
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -23,4 +23,8 @@ html/*
!html/index.html
**/html
docs/freespec
mlihtml/
mlihtml/

# dune
freespec.install
_build/
16 changes: 16 additions & 0 deletions core/theories/dune
@@ -0,0 +1,16 @@
(coqlib
(name FreeSpec)
(public_name freespec.FreeSpec.Core)
(modules Interface
Undefined
Semantics
Program
Component
Specification
Specification.Constant
Specification.Reference
Specification.Undefined
Compose
Tactics))

(include_subdirs qualified)
3 changes: 3 additions & 0 deletions dune-project
@@ -0,0 +1,3 @@
(lang dune 1.9)
(using coq 0.1)
(name freespec)
Empty file added freespec.opam
Empty file.

0 comments on commit 7660e37

Please sign in to comment.