this repo has no description
0
fork

Configure Feed

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

[new release] uspf (4 packages) (0.0.4)

CHANGES:

- Add a `mirage` derivation of `uspf` (mirage/uspf#23, @dinosaure)
- Handle `redirect` modifier (mirage/uspf#24, @dinosaure)

+138
+32
packages/uspf-lwt/uspf-lwt.0.0.4/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/mirage/uspf" 5 + bug-reports: "https://github.com/mirage/uspf/issues" 6 + dev-repo: "git+https://github.com/mirage/uspf.git" 7 + doc: "https://mirage.github.io/uspf/" 8 + license: "MIT" 9 + synopsis: "SPF implementation in OCaml (with LWT)" 10 + description: """uspf-lwt is an implementation of the SPF verifier in OCaml 11 + compatible with MirageOS. It uses LWT as the scheduler.""" 12 + 13 + build: [ "dune" "build" "-p" name "-j" jobs ] 14 + run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 15 + 16 + depends: [ 17 + "ocaml" {>= "4.07.0"} 18 + "dune" {>= "2.8.0"} 19 + "uspf" {= version} 20 + "lwt" 21 + "alcotest" {with-test} 22 + "rresult" {>= "0.7.0" & with-test} 23 + ] 24 + url { 25 + src: 26 + "https://github.com/mirage/uspf/releases/download/0.0.4/uspf-0.0.4.tbz" 27 + checksum: [ 28 + "sha256=86f8969c795ac4ceb31e7c6f4880afaaa47764430e6f0a035343dbec1a1a4827" 29 + "sha512=1b7ea0d6303bd51ebe35ca2732998d889fa8d62f676730543d9fa45673ef90d36d518fa4cbc7c4da379daa4d43aacc4cdf68907781af4d4ee397d2f1055b1c33" 30 + ] 31 + } 32 + x-commit-hash: "7442fc2dd16fca61e4dcde97f2763001212e907a"
+33
packages/uspf-mirage/uspf-mirage.0.0.4/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/mirage/uspf" 5 + bug-reports: "https://github.com/mirage/uspf/issues" 6 + dev-repo: "git+https://github.com/mirage/uspf.git" 7 + doc: "https://mirage.github.io/uspf/" 8 + license: "MIT" 9 + synopsis: "SPF implementation in OCaml (with for Mirage)" 10 + description: """uspf-mirage is an implementation of the SPF verifier in OCaml 11 + compatible with MirageOS. It uses LWT as the scheduler.""" 12 + 13 + build: [ "dune" "build" "-p" name "-j" jobs ] 14 + run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 15 + 16 + depends: [ 17 + "ocaml" {>= "4.07.0"} 18 + "dune" {>= "2.8.0"} 19 + "uspf" {= version} 20 + "lwt" 21 + "dns-client-mirage" 22 + "alcotest" {with-test} 23 + "rresult" {>= "0.7.0" & with-test} 24 + ] 25 + url { 26 + src: 27 + "https://github.com/mirage/uspf/releases/download/0.0.4/uspf-0.0.4.tbz" 28 + checksum: [ 29 + "sha256=86f8969c795ac4ceb31e7c6f4880afaaa47764430e6f0a035343dbec1a1a4827" 30 + "sha512=1b7ea0d6303bd51ebe35ca2732998d889fa8d62f676730543d9fa45673ef90d36d518fa4cbc7c4da379daa4d43aacc4cdf68907781af4d4ee397d2f1055b1c33" 31 + ] 32 + } 33 + x-commit-hash: "7442fc2dd16fca61e4dcde97f2763001212e907a"
+32
packages/uspf-unix/uspf-unix.0.0.4/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/mirage/uspf" 5 + bug-reports: "https://github.com/mirage/uspf/issues" 6 + dev-repo: "git+https://github.com/mirage/uspf.git" 7 + doc: "https://mirage.github.io/uspf/" 8 + license: "MIT" 9 + synopsis: "SPF implementation in OCaml" 10 + description: """uspf is an implementation of the SPF verifier 11 + in OCaml compatible with MirageOS.""" 12 + 13 + build: [ "dune" "build" "-p" name "-j" jobs ] 14 + run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 15 + 16 + depends: [ 17 + "ocaml" {>= "4.07.0"} 18 + "dune" {>= "2.8.0"} 19 + "uspf" {= version} 20 + "dns-client" {>= "7.0.0"} 21 + "alcotest" {with-test} 22 + "rresult" {>= "0.7.0" & with-test} 23 + ] 24 + url { 25 + src: 26 + "https://github.com/mirage/uspf/releases/download/0.0.4/uspf-0.0.4.tbz" 27 + checksum: [ 28 + "sha256=86f8969c795ac4ceb31e7c6f4880afaaa47764430e6f0a035343dbec1a1a4827" 29 + "sha512=1b7ea0d6303bd51ebe35ca2732998d889fa8d62f676730543d9fa45673ef90d36d518fa4cbc7c4da379daa4d43aacc4cdf68907781af4d4ee397d2f1055b1c33" 30 + ] 31 + } 32 + x-commit-hash: "7442fc2dd16fca61e4dcde97f2763001212e907a"
+41
packages/uspf/uspf.0.0.4/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4 + homepage: "https://github.com/mirage/uspf" 5 + bug-reports: "https://github.com/mirage/uspf/issues" 6 + dev-repo: "git+https://github.com/mirage/uspf.git" 7 + doc: "https://mirage.github.io/uspf/" 8 + license: "MIT" 9 + synopsis: "SPF implementation in OCaml" 10 + description: """uspf is an implementation of the SPF verifier in OCaml 11 + compatible with MirageOS.""" 12 + 13 + build: [ "dune" "build" "-p" name "-j" jobs ] 14 + run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 15 + 16 + depends: [ 17 + "ocaml" {>= "4.07.0"} 18 + "dune" {>= "2.8.0"} 19 + "logs" 20 + "colombe" {>= "0.4.2"} 21 + "mrmime" {>= "0.5.0"} 22 + "ipaddr" {>= "5.2.0"} 23 + "hmap" 24 + "angstrom" {>= "0.15.0"} 25 + "domain-name" 26 + "dns" {>= "5.0.1"} 27 + "lwt" 28 + "dns-client" {>= "6.1.0"} 29 + "fmt" {>= "0.8.9"} 30 + "alcotest" {with-test} 31 + "rresult" {>= "0.7.0" & with-test} 32 + ] 33 + url { 34 + src: 35 + "https://github.com/mirage/uspf/releases/download/0.0.4/uspf-0.0.4.tbz" 36 + checksum: [ 37 + "sha256=86f8969c795ac4ceb31e7c6f4880afaaa47764430e6f0a035343dbec1a1a4827" 38 + "sha512=1b7ea0d6303bd51ebe35ca2732998d889fa8d62f676730543d9fa45673ef90d36d518fa4cbc7c4da379daa4d43aacc4cdf68907781af4d4ee397d2f1055b1c33" 39 + ] 40 + } 41 + x-commit-hash: "7442fc2dd16fca61e4dcde97f2763001212e907a"