add more dune deps + use public_names
This commit is contained in:
parent
8bb9d35dda
commit
9fd3b5a3cc
6 changed files with 73 additions and 58 deletions
17
src/dune
17
src/dune
|
|
@ -36,9 +36,7 @@
|
|||
caqti-miou
|
||||
caqti-mnet
|
||||
caqti-driver-pgx
|
||||
pgx
|
||||
;
|
||||
)
|
||||
pgx)
|
||||
(foreign_stubs
|
||||
(language c)
|
||||
(names manifest)))
|
||||
|
|
@ -64,21 +62,28 @@
|
|||
signatures
|
||||
api)
|
||||
(libraries
|
||||
b32
|
||||
(re_export b32)
|
||||
;
|
||||
angstrom
|
||||
fmt
|
||||
logs
|
||||
logs.fmt
|
||||
fpath
|
||||
cohttp
|
||||
bin
|
||||
caqti
|
||||
jsont
|
||||
jsont.bytesrw
|
||||
digestif
|
||||
kdf.hkdf
|
||||
zarith
|
||||
eqaf
|
||||
mirage-crypto-ec
|
||||
mirage-crypto-pk
|
||||
fpath
|
||||
cohttp))
|
||||
ptime
|
||||
uri
|
||||
;
|
||||
))
|
||||
|
||||
(library ; crockford base32
|
||||
(name b32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue