diff options
author | Son Ho | 2022-10-27 17:53:32 +0200 |
---|---|---|
committer | Son HO | 2022-10-28 17:41:04 +0200 |
commit | f45502c131fc6aae08aa5f0049911b85ba13529f (patch) | |
tree | d807d3c4ff8c56fc2a51d0f5220288b73bf59c9f /compiler/dune | |
parent | 39196fb24fa5f51f79767a33e28a8d785b67bd9b (diff) |
Move some files to the Charon project
Diffstat (limited to '')
-rw-r--r-- | compiler/dune | 9 | ||||
-rw-r--r-- | compiler/dune-project | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/compiler/dune b/compiler/dune index f0fd2102..d3f5eaec 100644 --- a/compiler/dune +++ b/compiler/dune @@ -1,12 +1,8 @@ -;; core: for Core.Unix.mkdir_p - (executable (name driver) (public_name aeneas_driver) (package aeneas) - (preprocess - (pps ppx_deriving.show ppx_deriving.ord visitors.ppx)) - (libraries ppx_deriving yojson zarith easy_logging core_unix aeneas) + (libraries aeneas) (modules Driver)) (library @@ -14,7 +10,7 @@ (public_name aeneas) ;; The name as revealed to the projects importing this library (preprocess (pps ppx_deriving.show ppx_deriving.ord visitors.ppx)) - (libraries ppx_deriving yojson zarith easy_logging core_unix) + (libraries charon core_unix) (modules Assumed Collections @@ -44,7 +40,6 @@ Logging Meta Names - OfJsonBasic PrePasses Print PrintPure diff --git a/compiler/dune-project b/compiler/dune-project index f8b418f2..650eeec0 100644 --- a/compiler/dune-project +++ b/compiler/dune-project @@ -6,8 +6,6 @@ (generate_opam_files true) -(formatting) - (source (uri git+https://github.com/AeneasVerif/aeneas.git)) |