48d7ba29e8
- 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
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
(jbuild_version 1)
|
|
|
|
(library
|
|
((name node_net)
|
|
(public_name tezos.node.net)
|
|
(libraries (utils minutils conduit-lwt-unix cohttp cohttp-lwt-unix))
|
|
(flags (:standard -w +27-30-40@8
|
|
-open Error_monad
|
|
-open Hash
|
|
-open Utils
|
|
-open Tezos_data))
|
|
(wrapped false)))
|