diff --git a/auth/dune b/auth/dune index 0b9509c..5ebfb7d 100644 --- a/auth/dune +++ b/auth/dune @@ -1,3 +1,3 @@ (library (name builder_web_auth) - (libraries pbkdf scrypt-kdf mirage-crypto-rng sexplib)) + (libraries pbkdf scrypt-kdf mirage-crypto-rng)) diff --git a/builder-web.opam b/builder-web.opam index 7819bd7..5b3f8e5 100644 --- a/builder-web.opam +++ b/builder-web.opam @@ -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"