Skip to content

Commit

Permalink
remove OCaml files after migration to verdi-runtime library, move ext…
Browse files Browse the repository at this point in the history
…raction files, adjust configure for OPAM packaging
  • Loading branch information
palmskog committed Jan 13, 2017
1 parent b206e6b commit b47309f
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 965 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## Configuration options for coqproject.sh
DEPS=(StructTact InfSeqExt)
DIRS=(core lib systems extraction/coq)
DIRS=(core lib systems extraction)
CANARIES=("mathcomp.ssreflect.ssreflect" "Verdi requires mathcomp to be installed" "StructTact.StructTactics" "Build StructTact before building Verdi" "InfSeqExt.infseq" "Build InfSeqExt before building Verdi")
NAMESPACE_core="Verdi"
NAMESPACE_lib="Verdi"
NAMESPACE_systems="Verdi"
NAMESPACE_extraction_coq="Verdi"
NAMESPACE_extraction="Verdi"
source script/coqproject.sh
1 change: 1 addition & 0 deletions descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Verdi is a framework for verification of implementations of distributed systems in Coq.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
52 changes: 0 additions & 52 deletions extraction/ocaml/Daemon.ml

This file was deleted.

49 changes: 0 additions & 49 deletions extraction/ocaml/Opts.ml

This file was deleted.

Loading

0 comments on commit b47309f

Please sign in to comment.