this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings for some OpenBSD syscalls" 4description: "Provides bindings around pledge(2) and unveil(2) syscalls." 5maintainer: ["Sebastien Marie <semarie@kapouay.eu.org>"] 6authors: ["Sebastien Marie <semarie@kapouay.eu.org>"] 7license: "ISC" 8tags: ["openbsd"] 9homepage: "https://codeberg.org/semarie/ocaml-openbsd/" 10bug-reports: "https://codeberg.org/semarie/ocaml-openbsd/issues" 11depends: [ 12 "ocaml" 13 "dune" {>= "3.16"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://codeberg.org/semarie/ocaml-openbsd.git" 31url { 32 src: "https://codeberg.org/semarie/ocaml-openbsd/releases/download/1.0/openbsd.1.0.tar.gz" 33 checksum: [ 34 "md5=7964ca160a505cee20415d69ccfe17b2" 35 "sha512=7cfe1bdb6d026d42876d01725474a9832da34f00da4b3bdfe74858f2e7cd5f9473db89d96dbf259166c55eb1d084a188d227be4c93b3b33aef62a38a5fba6784" 36 ] 37}