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/dinosaure/uspf"
5bug-reports: "https://github.com/dinosaure/uspf/issues"
6dev-repo: "git+https://github.com/dinosaure/uspf.git"
7doc: "https://dinosaure.github.io/uspf/"
8license: "MIT"
9synopsis: "SPF implementation in OCaml"
10description: """uspf is an implementation of the SPF verifier
11in OCaml compatible with MirageOS."""
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 "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 "astring"
30 "fmt" {>= "0.8.9"}
31 "alcotest" {with-test}
32 "rresult" {>= "0.7.0" & with-test}
33]
34url {
35 src:
36 "https://github.com/dinosaure/uspf/releases/download/0.0.2/uspf-0.0.2.tbz"
37 checksum: [
38 "sha256=3531d7343ba9298de7edbecc88164b1ee7945016a32eed812f25407b53cff673"
39 "sha512=0f0ee1fde64476abe439fdead68c05388bc5b74529c7f890d703db96b4b59e33a26f908d54cc759226536f4c61645697ee1047988a99f03211500259a51d9e57"
40 ]
41}
42x-commit-hash: "c20176ba282a0f3674afdbac8477401ad9ca0150"