Skip to content

Commit

Permalink
Merge pull request #25621 from dinosaure/release-mimic-0.0.7
Browse files Browse the repository at this point in the history
[new release] mimic (2 packages) (0.0.7)
  • Loading branch information
mseri authored Apr 5, 2024
2 parents 0ac1ca1 + 75b8fd9 commit 4ec2401
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/gpt/gpt.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"uuidm" {>= "0.9.7"}
"checkseum" {>= "0.4.0"}
"mbr-format" {>= "2.0.0"}
"ocplib-endian" {>= "1.2"}
"alcotest" {with-test}
"fmt" {with-test}
"odoc" {with-doc}
Expand Down
29 changes: 29 additions & 0 deletions packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.7/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
synopsis: "A happy-eyeballs integration into mimic"
description: "A happy-eyeballs integration into mimic for MirageOS"
maintainer: ["romain.calascibetta@gmail.com"]
authors: "Romain Calascibetta"
license: "ISC"
homepage: "https://github.com/dinosaure/mimic"
doc: "https://dinosaure.github.io/mimic/"
bug-reports: "https://github.com/dinosaure/mimic/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8"}
"mimic" {= version}
"happy-eyeballs-mirage" {>= "0.3.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/dinosaure/mimic.git"
url {
src:
"https://github.com/dinosaure/mimic/releases/download/0.0.7/mimic-0.0.7.tbz"
checksum: [
"sha256=49cab86754cfe5370512f1ad410a0e779c5c8a66775a7a801c3965982980322d"
"sha512=cab646e4b3af476d0baee489266a7631b1a4971bc42d5c4b311c13ac0f14d191b0ec01a87187610da46f38bed03b1d99af96e17ea03e0a14c5ea88893aa21308"
]
}
x-commit-hash: "ca24a82419e525b1727478b3dae87c133b88c289"
38 changes: 38 additions & 0 deletions packages/mimic/mimic.0.0.7/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "A simple protocol dispatcher"
description: "A middleware to dispatch protocols"
maintainer: ["romain.calascibetta@gmail.com"]
authors: "Romain Calascibetta"
license: "ISC"
homepage: "https://github.com/dinosaure/mimic"
doc: "https://dinosaure.github.io/mimic/"
bug-reports: "https://github.com/dinosaure/mimic/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8"}
"lwt" {>= "5.3.0"}
"mirage-flow" {>= "4.0.0"}
"alcotest" {>= "1.2.3" & with-test}
"alcotest-lwt" {>= "1.2.3" & with-test}
"bigstringaf" {>= "0.7.0" & with-test}
"cstruct" {>= "6.0.0" & with-test}
"logs" {>= "0.7.0"}
"ke" {>= "0.4" & with-test}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
conflicts: [
"result" {< "1.5"}
]
dev-repo: "git+https://github.com/dinosaure/mimic.git"
url {
src:
"https://github.com/dinosaure/mimic/releases/download/0.0.7/mimic-0.0.7.tbz"
checksum: [
"sha256=49cab86754cfe5370512f1ad410a0e779c5c8a66775a7a801c3965982980322d"
"sha512=cab646e4b3af476d0baee489266a7631b1a4971bc42d5c4b311c13ac0f14d191b0ec01a87187610da46f38bed03b1d99af96e17ea03e0a14c5ea88893aa21308"
]
}
x-commit-hash: "ca24a82419e525b1727478b3dae87c133b88c289"
2 changes: 1 addition & 1 deletion packages/paf/paf.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"tcpip" {>= "7.0.0"}
"mirage-time" {>= "2.0.0"}
"tls-mirage" {>= "0.15.0"}
"mimic" {>= "0.0.5"}
"mimic" {>= "0.0.5" & < "0.0.7"}
"ke" {>= "0.4"}
"lwt" {with-test}
"base-unix" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/paf/paf.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"tcpip" {>= "7.0.0"}
"mirage-time" {>= "2.0.0"}
"tls-mirage" {>= "0.15.0"}
"mimic" {>= "0.0.5"}
"mimic" {>= "0.0.5" & < "0.0.7"}
"ke" {>= "0.4"}
"lwt" {with-test}
"base-unix" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/paf/paf.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"tcpip" {>= "7.0.0"}
"mirage-time" {>= "2.0.0"}
"tls-mirage" {>= "0.15.0"}
"mimic" {>= "0.0.5"}
"mimic" {>= "0.0.5" & < "0.0.7"}
"ke" {>= "0.4"}
"lwt" {with-test}
"base-unix" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/paf/paf.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"tcpip" {>= "7.0.0"}
"mirage-time" {>= "2.0.0"}
"tls-mirage" {>= "0.15.0"}
"mimic" {>= "0.0.5"}
"mimic" {>= "0.0.5" & < "0.0.7"}
"ke" {>= "0.4"}
"lwt" {with-test}
"base-unix" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/paf/paf.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"tcpip" {>= "7.0.0"}
"mirage-time" {>= "2.0.0"}
"tls-mirage" {>= "0.15.0"}
"mimic" {>= "0.0.5"}
"mimic" {>= "0.0.5" & < "0.0.7"}
"ke" {>= "0.4"}
"lwt" {with-test}
"base-unix" {with-test}
Expand Down

0 comments on commit 4ec2401

Please sign in to comment.