-
Notifications
You must be signed in to change notification settings - Fork 1
/
uspf.opam
33 lines (31 loc) · 1.01 KB
/
uspf.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
opam-version: "2.0"
name: "uspf"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage: "https://github.com/mirage/uspf"
bug-reports: "https://github.com/mirage/uspf/issues"
dev-repo: "git+https://github.com/mirage/uspf.git"
doc: "https://mirage.github.io/uspf/"
license: "MIT"
synopsis: "SPF implementation in OCaml"
description: """uspf is an implementation of the SPF verifier in OCaml
compatible with MirageOS."""
build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "2.8.0"}
"logs"
"colombe" {>= "0.4.2"}
"mrmime" {>= "0.5.0"}
"ipaddr" {>= "5.2.0"}
"hmap"
"angstrom" {>= "0.15.0"}
"domain-name"
"dns" {>= "5.0.1"}
"lwt"
"dns-client" {>= "6.1.0"}
"fmt" {>= "0.8.9"}
"alcotest" {with-test}
"rresult" {>= "0.7.0" & with-test}
]