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.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.1/pf-qubes-v0.1.1.tbz" 38 checksum: [ 39 "sha256=4e21b305a83a5e4e4972d776298a05b4a9a177c8ad5a232f88654eed2909a7cf" 40 "sha512=a89295829a6b794dcd79a5d3092f92b77c67ecdb802a86beece6a93bdb24d3d5813e12c48f1d214d798d3e826c129cd14e8e77d6f23968a891b91cce0685100c" 41 ] 42}