Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Sep 16, 2024
1 parent c0468d7 commit da296f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions ptt-bin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"dune"
"ptt" {= version}
"bos"
"dns-client"
"git-kv" {>= "0.0.2"}
"git-unix" {>= "3.10.0"}
"ca-certs"
Expand Down
12 changes: 9 additions & 3 deletions ptt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ depends: [
"ke" {>= "0.6"}
"hxd"
"bigstringaf"
"mirage-crypto-rng" {>= "1.1.0"}
"ocaml-syntax-shims"
"dkim-mirage" {>= "0.4.0"}
"mirage-kv" {>= "4.0.1"}
Expand All @@ -50,7 +51,12 @@ build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/mirage/ptt.git"
pin-depends: [
[ "spamtacus-bayesian.dev" "git+https://github.com/mirage/spamtacus.git#25dbb19afc8344f6933652ab8f6c590d887583bc" ]
[ "spamtacus.dev" "git+https://github.com/mirage/spamtacus.git#25dbb19afc8344f6933652ab8f6c590d887583bc" ]
[ "spamtacus-mirage.dev" "git+https://github.com/mirage/spamtacus.git#25dbb19afc8344f6933652ab8f6c590d887583bc" ]
[ "spamtacus-bayesian.dev" "git+https://github.com/mirage/spamtacus.git#2d10c6f114e63621bb26999fefd7881f3e673bad" ]
[ "spamtacus.dev" "git+https://github.com/mirage/spamtacus.git#2d10c6f114e63621bb26999fefd7881f3e673bad" ]
[ "spamtacus-mirage.dev" "git+https://github.com/mirage/spamtacus.git#2d10c6f114e63621bb26999fefd7881f3e673bad" ]
[ "colombe.dev" "git+https://github.com/mirage/colombe.git#d921ff08672fcf95da7e7082302f91759ffa3c29" ]
[ "sendmail.dev" "git+https://github.com/mirage/colombe.git#d921ff08672fcf95da7e7082302f91759ffa3c29" ]
[ "sendmail-lwt.dev" "git+https://github.com/mirage/colombe.git#d921ff08672fcf95da7e7082302f91759ffa3c29" ]
[ "dkim.dev" "git+https://github.com/mirage/ocaml-dkim.git#1c0ed6f8b91b07ab05c841dd184f90ae468c7e56" ]
[ "dkim-mirage.dev" "git+https://github.com/mirage/ocaml-dkim.git#1c0ed6f8b91b07ab05c841dd184f90ae468c7e56" ]
]

0 comments on commit da296f5

Please sign in to comment.