Skip to content

Commit

Permalink
Make scilla server a public library (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha authored Jun 3, 2021
1 parent 4dc2541 commit d9c7718
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server/dune
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
(library
(name scilla_server_lib)
(public_name scilla.server_lib)
(wrapped true)
(libraries core threads unix rresult rpclib rpclib.json rpclib.cmdliner
scilla_base scilla_eval)
(modes byte native)
(preprocess
(pps ppx_sexp_conv ppx_deriving_rpc ppx_deriving.show)))
(pps ppx_sexp_conv ppx_deriving_rpc ppx_deriving.show))
(synopsis "Scilla workbench implementation."))

(env
(dev
Expand Down

0 comments on commit d9c7718

Please sign in to comment.