this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/mirage/uspf"
5bug-reports: "https://github.com/mirage/uspf/issues"
6dev-repo: "git+https://github.com/mirage/uspf.git"
7doc: "https://mirage.github.io/uspf/"
8license: "MIT"
9synopsis: "SPF implementation in OCaml (with for Mirage)"
10description: """uspf-mirage is an implementation of the SPF verifier in OCaml
11compatible with MirageOS. It uses LWT as the scheduler."""
12
13build: [ "dune" "build" "-p" name "-j" jobs ]
14run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
15
16depends: [
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]
25url {
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}
33x-commit-hash: "7442fc2dd16fca61e4dcde97f2763001212e907a"