ligo/src/node/shell/jbuild
Pietro Abate 48d7ba29e8 Generate html API documentation
- add a new targert "make doc-html" to generate the html doc via
  jbuilder
- this patch adds public_name to jbuild files for all libraries
2017-11-08 15:55:40 +01:00

13 lines
369 B
Plaintext

(jbuild_version 1)
(library
((name node_shell)
(public_name tezos.node.shell)
(libraries (utils minutils node_net node_db node_updater ezjsonm ocplib-json-typed.bson))
(flags (:standard -w +27-30-40@8
-open Error_monad
-open Hash
-open Utils
-open Tezos_data))
(wrapped false)))