this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings for posix uname"
3description: "posix-uname provides a simple interface for POSIX uname."
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 "ctypes"
12 "posix-base" {= version}
13 "unix-errno"
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
30available: os != "win32"
31url {
32 src: "https://github.com/savonet/ocaml-posix/archive/v2.0.0.tar.gz"
33 checksum: [
34 "md5=2c186aa5161b72208a870d5710fb6208"
35 "sha512=d583c3d386865eab7575fc4f1976c17294bad2ee5037327cb5c3075965788170e652b7b9b9f660ef25f71558553fbcc47734b971e3c9f41627cc573d75d2fb54"
36 ]
37}