this repo has no description
1opam-version: "2.0"
2synopsis: "QubesOS firewall ruleset handling library"
3maintainer: "team@robur.coop"
4authors: ["Robur.coop"]
5homepage: "https://github.com/robur-coop/ocaml-pf"
6bug-reports: "https://github.com/robur-coop/ocaml-pf/issues"
7dev-repo: "git+https://github.com/robur-coop/ocaml-pf.git#just-qubes"
8doc: "https://robur-coop.github.io/ocaml-pf/just-qubes/"
9license: "AGPL-3.0-only"
10tags: "org:mirage"
11
12build: [
13 ["dune" "subst"] {dev}
14 [ "dune" "build" "-p" name "-j" jobs ]
15 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
16]
17
18depends: [
19 "dune"
20 "ocaml" { >= "4.07.0" }
21 "cstruct" { >= "3.3.0" }
22 "angstrom" { >= "0.12.1" & < "0.14.0"}
23 "fmt" { >= "0.8.4" }
24 "logs" { >= "0.6.2" }
25 "rresult" { >= "0.5.0" }
26 "uri" { >= "1.9.5" }
27 "ipaddr" { >= "2.8.0" }
28 "bisect_ppx" { >= "1.4.1" }
29 "alcotest" { with-test }
30 "afl-persistent" { with-test }
31]
32description: """
33pf-qubes provides a parser for the QubesOS (>=4.0) firewall ruleset syntax.
34"""
35url {
36 src:
37 "https://github.com/robur-coop/ocaml-pf/releases/download/v0.1.0/pf-qubes-v0.1.0.tbz"
38 checksum: [
39 "sha256=30064f5dc4bd5f53df0e30085c48ab1ac8a5987c760effd68ef432de1afb0b06"
40 "sha512=59c4bd27a54fad2ba45d0aacb2217fd358011e4cec302b951ece1a8f150d57ef4571d6f7c8fbaed4e3ad05a41bd5b17dd2f21dbbf6bb1bdd14ddb4f2c4795e6e"
41 ]
42}