this repo has no description
1opam-version: "2.0"
2synopsis: "Base module for the posix bindings"
3description: "posix-base provides base tools for the posix binding modules."
4maintainer: ["romain.beauxis@gmail.com"]
5authors: ["Romain Beauxis"]
6license: "MIT"
7homepage: "https://github.com/savonet/ocaml-posix"
8bug-reports: "https://github.com/savonet/ocaml-posix/issues"
9depends: [
10 "dune" {> "2.5"}
11 "integers"
12 "ctypes" {>= "0.12.1"}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
29url {
30 src: "https://github.com/savonet/ocaml-posix/archive/v2.0.0.tar.gz"
31 checksum: [
32 "md5=2c186aa5161b72208a870d5710fb6208"
33 "sha512=d583c3d386865eab7575fc4f1976c17294bad2ee5037327cb5c3075965788170e652b7b9b9f660ef25f71558553fbcc47734b971e3c9f41627cc573d75d2fb54"
34 ]
35}