opam-version: "2.0" maintainer: "Christophe Troestler " authors: ["Christophe Troestler "] tags: ["sandbox" "bubblewrap"] license: "ISC" homepage: "https://github.com/Chris00/ocaml-bwrap" dev-repo: "git+https://github.com/Chris00/ocaml-bwrap.git" bug-reports: "https://github.com/Chris00/ocaml-bwrap/issues" doc: "https://Chris00.github.io/ocaml-bwrap/doc" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc"] {with-doc} ] run-test: [ ["dune" "runtest" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.03"} "dune" "dune-configurator" "cppo" {build} "base-unix" "base-bytes" ] available: [os = "linux"] depexts: [ ["bubblewrap"] {os-family = "debian" & os-distribution != "ubuntu"} ["bubblewrap"] {os-distribution = "ubuntu" & os-version >= "17.0"} ["bubblewrap"] {os-distribution = "alpine"} ["bubblewrap"] {os-distribution = "fedora"} ["bubblewrap"] {os-distribution = "rhel"} ["bubblewrap" "epel-release"] {os-distribution = "centos" & os-version >= "7"} ["bubblewrap"] {(os-family = "suse" | os-family = "opensuse") & os-version >= "15"} ["bubblewrap"] {os-distribution = "mageia"} ] synopsis: "Use Bubblewrap to sandbox executables" description: """ Library using Bubblewrap to execute programs in a sandbox.""" url { src: "https://github.com/Chris00/ocaml-bwrap/releases/download/0.1/bwrap-0.1.tbz" checksum: [ "sha256=f01d892b84a703eecb03c571786dcfa3a9a6f512b5797d000cc7721cc52f9df1" "md5=4560cf99611d432d16bd428ca13bfe21" ] }