ligo/src/utils/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

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)))