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" 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 "uspf" {= version} 20 "dns-client" {>= "7.0.0"} 21 "alcotest" {with-test} 22 "rresult" {>= "0.7.0" & with-test} 23] 24url { 25 src: 26 "https://github.com/mirage/uspf/releases/download/0.0.3/uspf-0.0.3.tbz" 27 checksum: [ 28 "sha256=9e7903a149b1a9708bf33d0b34ea243172feebe60737e81522f487711e910568" 29 "sha512=d95c6b61ded3b5fff91a13ab2ea9df43ccec26f0f5fd52fe4f6561575313898947a24b591fb85ea697fd703bd402af494491de5d5e9e0b18c6954c33f92f439f" 30 ] 31} 32x-commit-hash: "4cc467d3d95ed0671688923ea1ec4df473626b9d"