Skip to content

Commit

Permalink
Adding dune files for Morello and Common
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-almeida committed Mar 12, 2024
1 parent 9be0d1f commit 4c982f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theories/Common/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(coq.theory
(name CheriCaps.Common)
(package coq-cheri-capabilities)
(theories stdpp SailStdpp ExtLib)
)
5 changes: 5 additions & 0 deletions theories/Morello/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(coq.theory
(name CheriCaps.Morello)
(package coq-cheri-capabilities)
(theories CheriCaps.Common stdpp SailStdpp ExtLib)
)

0 comments on commit 4c982f1

Please sign in to comment.