this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25621 from dinosaure/release-mimic-0.0.7

[new release] mimic (2 packages) (0.0.7)

authored by

Marcello Seri and committed by
GitHub
4ec2401e 0ac1ca1b

+73 -5
+1
packages/gpt/gpt.1.0.0/opam
··· 18 18 "uuidm" {>= "0.9.7"} 19 19 "checkseum" {>= "0.4.0"} 20 20 "mbr-format" {>= "2.0.0"} 21 + "ocplib-endian" {>= "1.2"} 21 22 "alcotest" {with-test} 22 23 "fmt" {with-test} 23 24 "odoc" {with-doc}
+29
packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.7/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A happy-eyeballs integration into mimic" 3 + description: "A happy-eyeballs integration into mimic for MirageOS" 4 + maintainer: ["romain.calascibetta@gmail.com"] 5 + authors: "Romain Calascibetta" 6 + license: "ISC" 7 + homepage: "https://github.com/dinosaure/mimic" 8 + doc: "https://dinosaure.github.io/mimic/" 9 + bug-reports: "https://github.com/dinosaure/mimic/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "mimic" {= version} 14 + "happy-eyeballs-mirage" {>= "0.3.0"} 15 + ] 16 + build: [ 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 + ] 20 + dev-repo: "git+https://github.com/dinosaure/mimic.git" 21 + url { 22 + src: 23 + "https://github.com/dinosaure/mimic/releases/download/0.0.7/mimic-0.0.7.tbz" 24 + checksum: [ 25 + "sha256=49cab86754cfe5370512f1ad410a0e779c5c8a66775a7a801c3965982980322d" 26 + "sha512=cab646e4b3af476d0baee489266a7631b1a4971bc42d5c4b311c13ac0f14d191b0ec01a87187610da46f38bed03b1d99af96e17ea03e0a14c5ea88893aa21308" 27 + ] 28 + } 29 + x-commit-hash: "ca24a82419e525b1727478b3dae87c133b88c289"
+38
packages/mimic/mimic.0.0.7/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A simple protocol dispatcher" 3 + description: "A middleware to dispatch protocols" 4 + maintainer: ["romain.calascibetta@gmail.com"] 5 + authors: "Romain Calascibetta" 6 + license: "ISC" 7 + homepage: "https://github.com/dinosaure/mimic" 8 + doc: "https://dinosaure.github.io/mimic/" 9 + bug-reports: "https://github.com/dinosaure/mimic/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.8"} 13 + "lwt" {>= "5.3.0"} 14 + "mirage-flow" {>= "4.0.0"} 15 + "alcotest" {>= "1.2.3" & with-test} 16 + "alcotest-lwt" {>= "1.2.3" & with-test} 17 + "bigstringaf" {>= "0.7.0" & with-test} 18 + "cstruct" {>= "6.0.0" & with-test} 19 + "logs" {>= "0.7.0"} 20 + "ke" {>= "0.4" & with-test} 21 + ] 22 + build: [ 23 + ["dune" "build" "-p" name "-j" jobs] 24 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 25 + ] 26 + conflicts: [ 27 + "result" {< "1.5"} 28 + ] 29 + dev-repo: "git+https://github.com/dinosaure/mimic.git" 30 + url { 31 + src: 32 + "https://github.com/dinosaure/mimic/releases/download/0.0.7/mimic-0.0.7.tbz" 33 + checksum: [ 34 + "sha256=49cab86754cfe5370512f1ad410a0e779c5c8a66775a7a801c3965982980322d" 35 + "sha512=cab646e4b3af476d0baee489266a7631b1a4971bc42d5c4b311c13ac0f14d191b0ec01a87187610da46f38bed03b1d99af96e17ea03e0a14c5ea88893aa21308" 36 + ] 37 + } 38 + x-commit-hash: "ca24a82419e525b1727478b3dae87c133b88c289"
+1 -1
packages/paf/paf.0.1.0/opam
··· 13 13 "tcpip" {>= "7.0.0"} 14 14 "mirage-time" {>= "2.0.0"} 15 15 "tls-mirage" {>= "0.15.0"} 16 - "mimic" {>= "0.0.5"} 16 + "mimic" {>= "0.0.5" & < "0.0.7"} 17 17 "ke" {>= "0.4"} 18 18 "lwt" {with-test} 19 19 "base-unix" {with-test}
+1 -1
packages/paf/paf.0.2.0/opam
··· 13 13 "tcpip" {>= "7.0.0"} 14 14 "mirage-time" {>= "2.0.0"} 15 15 "tls-mirage" {>= "0.15.0"} 16 - "mimic" {>= "0.0.5"} 16 + "mimic" {>= "0.0.5" & < "0.0.7"} 17 17 "ke" {>= "0.4"} 18 18 "lwt" {with-test} 19 19 "base-unix" {with-test}
+1 -1
packages/paf/paf.0.3.0/opam
··· 13 13 "tcpip" {>= "7.0.0"} 14 14 "mirage-time" {>= "2.0.0"} 15 15 "tls-mirage" {>= "0.15.0"} 16 - "mimic" {>= "0.0.5"} 16 + "mimic" {>= "0.0.5" & < "0.0.7"} 17 17 "ke" {>= "0.4"} 18 18 "lwt" {with-test} 19 19 "base-unix" {with-test}
+1 -1
packages/paf/paf.0.4.0/opam
··· 13 13 "tcpip" {>= "7.0.0"} 14 14 "mirage-time" {>= "2.0.0"} 15 15 "tls-mirage" {>= "0.15.0"} 16 - "mimic" {>= "0.0.5"} 16 + "mimic" {>= "0.0.5" & < "0.0.7"} 17 17 "ke" {>= "0.4"} 18 18 "lwt" {with-test} 19 19 "base-unix" {with-test}
+1 -1
packages/paf/paf.0.5.0/opam
··· 13 13 "tcpip" {>= "7.0.0"} 14 14 "mirage-time" {>= "2.0.0"} 15 15 "tls-mirage" {>= "0.15.0"} 16 - "mimic" {>= "0.0.5"} 16 + "mimic" {>= "0.0.5" & < "0.0.7"} 17 17 "ke" {>= "0.4"} 18 18 "lwt" {with-test} 19 19 "base-unix" {with-test}