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" & < "0.6.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 "rresult" {>= "0.7.0"} 31 "alcotest" {with-test} 32] 33conflicts: [ 34 "result" {< "1.5"} 35] 36url { 37 src: 38 "https://github.com/dinosaure/uspf/releases/download/0.0.1/uspf-0.0.1.tbz" 39 checksum: [ 40 "sha256=fd4957b730849105c82d1e609ed0d2e42a9758ebd1e91108e2a097f712ffbdb6" 41 "sha512=3a88caf85e62b08933203e1c13fa5e2f49e01f7b3e061cd7e0f3677e573373379cbfac3a44e6e8817f202ddca7c12042e3260eafd11c9082cc3fa3dc9d597214" 42 ] 43} 44x-commit-hash: "af758da2fd3d2dc30f6fe3c6b98d2f9b9ab8ec1f"