Compare commits
No commits in common. "6d50b4bff4c309145ceb525490c0a8be05825617" and "598f8230bd5611ecd543b1e7eb3ee009dca3884b" have entirely different histories.
6d50b4bff4
...
598f8230bd
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@ build: [
|
|||
depends: [
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"dune" {>= "2.7.0"}
|
||||
"builder" {>= "0.4.0"}
|
||||
"builder" {>= "0.2.0"}
|
||||
"dream" {>= "1.0.0~alpha7"}
|
||||
"bos"
|
||||
"ohex" {>= "0.2.0"}
|
||||
|
@ -37,6 +37,7 @@ depends: [
|
|||
"tyxml" {>= "4.3.0"}
|
||||
"ptime"
|
||||
"duration"
|
||||
"mirage-crypto" {>= "1.0.0"}
|
||||
"asn1-combinators" {>= "0.3.0"}
|
||||
"logs"
|
||||
"cmdliner" {>= "1.1.0"}
|
||||
|
|
3
db/dune
3
db/dune
|
@ -1,3 +1,4 @@
|
|||
(library
|
||||
(name builder_db)
|
||||
(libraries builder caqti caqti-driver-sqlite3 asn1-combinators builder_web_auth))
|
||||
(libraries builder caqti caqti-driver-sqlite3 asn1-combinators mirage-crypto
|
||||
builder_web_auth))
|
||||
|
|
Loading…
Reference in a new issue