Skip to content

Commit

Permalink
rename scilla-external-deps scilla-cpp-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha committed Aug 20, 2018
1 parent 36fd39e commit 9df516f
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
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.
4 changes: 2 additions & 2 deletions src/external/dune → src/cpp/dune
@@ -1,6 +1,6 @@
(library
(name scilla_external_deps)
(public_name scilla-external-deps)
(name scilla_cpp_deps)
(public_name scilla-cpp-deps)
(wrapped false)
(libraries ctypes ctypes.foreign cryptokit)
(cxx_names c_schnorr DataConversion Schnorr Sha3)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/runners/dune
Expand Up @@ -10,7 +10,7 @@
angstrom
ppx_sexp_conv ppx_deriving
ppx_let yojson cryptokit
scilla-base scilla-eval scilla-external-deps)
scilla-base scilla-eval scilla-cpp-deps)
(flags (-cclib -lstdc++ -cclib -lcrypto))

(preprocess (pps ppx_sexp_conv ppx_let ppx_deriving.show))
Expand Down
2 changes: 1 addition & 1 deletion tests/eval/dune
@@ -1,5 +1,5 @@
(library
(name testinteger256)
(wrapped false)
(libraries core oUnit testutil scilla-base scilla-external-deps)
(libraries core oUnit testutil scilla-base scilla-cpp-deps)
)

0 comments on commit 9df516f

Please sign in to comment.