
- 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
25 lines
320 B
Plaintext
25 lines
320 B
Plaintext
(jbuild_version 1)
|
|
|
|
(library
|
|
((name utils)
|
|
(public_name tezos.utils)
|
|
(libraries
|
|
(
|
|
;; External
|
|
base64
|
|
calendar
|
|
ezjsonm
|
|
ipaddr.unix
|
|
lwt.unix
|
|
mtime.clock.os
|
|
nocrypto
|
|
sodium
|
|
zarith
|
|
;; Internal
|
|
minutils
|
|
))
|
|
(flags (:standard -w +27-30-40@8))
|
|
(wrapped false)))
|
|
|
|
|