this repo has no description
0
fork

Configure Feed

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

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

CHANGES:

* Re-introduce the DNS stack into mimic to be able to resolve domain-names
(@dinosaure, @hannesm, dinosaure/mimic#24, dinosaure/mimic#26, dinosaure/mimic#28)

+68
+30
packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.9/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" {>= "1.1.0"} 15 + "dns-client-mirage" {>= "8.0.0"} 16 + ] 17 + build: [ 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20 + ] 21 + dev-repo: "git+https://github.com/dinosaure/mimic.git" 22 + url { 23 + src: 24 + "https://github.com/dinosaure/mimic/releases/download/0.0.9/mimic-0.0.9.tbz" 25 + checksum: [ 26 + "sha256=954df1ceb548a922a785440885a5d16a6af7f735d6c370ed35d339114b69e29f" 27 + "sha512=dcfa1c2e13d18af3beb0ff3b080b50675ea390ba6d4d22ccb4ec5dc50ca1bc8f562e76b3a140ce155eb4862a08f94f3ac88cb650def7b2d6632db09a327c4cd2" 28 + ] 29 + } 30 + x-commit-hash: "6dcb17bc52cf67a64fcab42d593cc42ddb3d9d1c"
+38
packages/mimic/mimic.0.0.9/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.9/mimic-0.0.9.tbz" 33 + checksum: [ 34 + "sha256=954df1ceb548a922a785440885a5d16a6af7f735d6c370ed35d339114b69e29f" 35 + "sha512=dcfa1c2e13d18af3beb0ff3b080b50675ea390ba6d4d22ccb4ec5dc50ca1bc8f562e76b3a140ce155eb4862a08f94f3ac88cb650def7b2d6632db09a327c4cd2" 36 + ] 37 + } 38 + x-commit-hash: "6dcb17bc52cf67a64fcab42d593cc42ddb3d9d1c"