Skip to content

Commit

Permalink
Merge pull request #22 from uwplse/theories-dune
Browse files Browse the repository at this point in the history
reorganize files under standard theories directory
  • Loading branch information
palmskog authored Oct 22, 2023
2 parents 5193b97 + f7270aa commit 5c9318c
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 15 deletions.
29 changes: 14 additions & 15 deletions _CoqProject
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
-Q core Cheerios
-Q extraction Cheerios
-Q theories Cheerios
-Q runtime/coq Cheerios

core/Types.v
core/Tree.v
core/ByteDecidable.v
core/BasicSerializers.v
core/Core.v
core/Cheerios.v
core/Tactics.v
core/DeserializerMonad.v
core/Combinators.v
theories/Core/Types.v
theories/Core/Tree.v
theories/Core/ByteDecidable.v
theories/Core/BasicSerializers.v
theories/Core/Core.v
theories/Core/Cheerios.v
theories/Core/Tactics.v
theories/Core/DeserializerMonad.v
theories/Core/Combinators.v

extraction/ExtrOcamlCheeriosFinInt.v
extraction/ExtrOcamlCheeriosString.v
extraction/ExtrOcamlCheeriosBasic.v
extraction/ExtrOcamlCheeriosNatInt.v
theories/Extraction/ExtrOcamlCheeriosFinInt.v
theories/Extraction/ExtrOcamlCheeriosString.v
theories/Extraction/ExtrOcamlCheeriosBasic.v
theories/Extraction/ExtrOcamlCheeriosNatInt.v

runtime/coq/ExtractPositiveSerializer.v
runtime/coq/ExtractPositiveSerializerDeps.v
Expand Down
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 cheerios)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions theories/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(coq.theory
(name Cheerios)
(package coq-cheerios)
(synopsis "Coq library for verified serialization"))

(include_subdirs qualified)

0 comments on commit 5c9318c

Please sign in to comment.