Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Dec 20, 2023
1 parent ad7705a commit 6703a17
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions com.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,37 @@ build: [
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]

depends: [
"ocaml" { build & >= "4.13.0" & < "5.0.0" }
"dune" { >= "3.3.0" }
"fmt" { >= "0.9.0" }
"hxd" { >= "0.3.2" }
"logs" { >= "0.7.0" }
"bheap" { >= "2.0.0" }
"base64" { >= "3.5.0" }
"decompress" { >= "1.5.1" }
"digestif" { >= "1.1.3" }
"opam-monorepo" { build }
"x86_64-esperanto" { build }
"aarch64-esperanto" { build }
"ocamlfind" { build }
"ocaml" { build & >= "4.13.0" & < "5.0.0" }
"dune" { >= "3.3.0" }
"fmt" { >= "0.9.0" }
"hxd" { >= "0.3.2" }
"logs" { >= "0.7.0" }
"bheap" { >= "2.0.0" }
"base64" { >= "3.5.0" }
"decompress" { >= "1.5.1" }
"digestif" { >= "1.1.3" }
"opam-monorepo" { build }
"esperanto-cosmopolitan" { build }
"x86_64-esperanto" { build }
"aarch64-esperanto" { build }
"ocamlfind" { build }
"bigstringaf"
"cmdliner"
"ipaddr" { >= "5.3.0" }
"ipaddr" { >= "5.3.0" }
"mirage-crypto"
"mirage-crypto-rng" { >= "0.11.0" }
"x509" { >= "0.16.0" }
"mirage-crypto-rng" { >= "0.11.0" }
"x509" { >= "0.16.0" }
"psq"
"lru" { >= "0.3.1" }
"lru" { >= "0.3.1" }
"tls"
"carton" { >= "0.5.0" }
"progress" { >= "0.2.1" }
"carton" { >= "0.5.0" }
"progress" { >= "0.2.1" }
"dns-client"
"happy-eyeballs" { >= "0.6.0" }
"happy-eyeballs" { >= "0.6.0" }
"ca-certs"
"ke" { >= "0.6" }
"alcotest" { with-test }
"spoke" { >= "0.0.2" }
"ke" { >= "0.6" }
"alcotest" { with-test }
"spoke" { >= "0.0.2" }
]

pin-depends: [
Expand All @@ -71,6 +72,6 @@ x-mirage-extra-repo: [
[ "opam-overlays" "https://github.com/dune-universe/opam-overlays.git" ]
[ "mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git" ]
]
x-opam-monorepo-opam-provided: ["ocaml" "ocamlfind" "opam-monorepo" "x86_64-esperanto" "aarch64-esperanto"]
x-opam-monorepo-opam-provided: ["ocaml" "ocamlfind" "opam-monorepo" "esperanto-cosmopolitan" "x86_64-esperanto" "aarch64-esperanto"]

url { src: "git+https://github.com/dinosaure/bob.git" }

0 comments on commit 6703a17

Please sign in to comment.