# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Bindings for some OpenBSD syscalls" description: "Provides bindings around pledge(2) and unveil(2) syscalls." maintainer: ["Sebastien Marie "] authors: ["Sebastien Marie "] license: "ISC" tags: ["openbsd"] homepage: "https://codeberg.org/semarie/ocaml-openbsd/" bug-reports: "https://codeberg.org/semarie/ocaml-openbsd/issues" depends: [ "ocaml" "dune" {>= "3.16"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://codeberg.org/semarie/ocaml-openbsd.git" url { src: "https://codeberg.org/semarie/ocaml-openbsd/releases/download/1.0/openbsd.1.0.tar.gz" checksum: [ "md5=7964ca160a505cee20415d69ccfe17b2" "sha512=7cfe1bdb6d026d42876d01725474a9832da34f00da4b3bdfe74858f2e7cd5f9473db89d96dbf259166c55eb1d084a188d227be4c93b3b33aef62a38a5fba6784" ] }