add explicit package dependencies

This commit is contained in:
Robur 2021-06-09 16:03:03 +00:00
parent c2377dedd7
commit d088597c01
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,3 @@
(library
(name builder_web_auth)
(libraries pbkdf scrypt-kdf mirage-crypto-rng sexplib))
(libraries pbkdf scrypt-kdf mirage-crypto-rng))

View file

@ -27,7 +27,6 @@ depends: [
"caqti-driver-sqlite3"
"pbkdf"
"mirage-crypto-rng"
"sexplib"
"scrypt-kdf"
"alcotest" {with-test}
"opam-core"
@ -37,6 +36,16 @@ depends: [
"metrics-influx"
"metrics-rusage"
"ipaddr"
"tyxml"
"ptime"
"duration"
"rresult"
"mirage-crypto"
"asn1-combinators"
"logs"
"cmdliner"
"uri"
"fmt"
]
synopsis: "Web interface for builder"