this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package openbsd.1.0

Bindings for some OpenBSD syscalls
Provides bindings around pledge(2) and unveil(2) syscalls.

---
Homepage: https://codeberg.org/semarie/ocaml-openbsd/
Source repo: git+https://codeberg.org/semarie/ocaml-openbsd.git

+37
+37
packages/openbsd/openbsd.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for some OpenBSD syscalls" 4 + description: "Provides bindings around pledge(2) and unveil(2) syscalls." 5 + maintainer: ["Sebastien Marie <semarie@kapouay.eu.org>"] 6 + authors: ["Sebastien Marie <semarie@kapouay.eu.org>"] 7 + license: "ISC" 8 + tags: ["openbsd"] 9 + homepage: "https://codeberg.org/semarie/ocaml-openbsd/" 10 + bug-reports: "https://codeberg.org/semarie/ocaml-openbsd/issues" 11 + depends: [ 12 + "ocaml" 13 + "dune" {>= "3.16"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 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 + ] 30 + dev-repo: "git+https://codeberg.org/semarie/ocaml-openbsd.git" 31 + url { 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 + }