this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings for posix sockets"
4description:
5 "posix-socket-unix provides unix-specific types and bindings for posix sockets."
6maintainer: ["romain.beauxis@gmail.com"]
7authors: ["Romain Beauxis"]
8license: "MIT"
9homepage: "https://github.com/savonet/ocaml-posix"
10bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11depends: [
12 "dune" {> "2.5"}
13 "odoc" {with-doc}
14 "ctypes"
15 "posix-base" {= version}
16 "posix-socket" {= version}
17 "unix-errno"
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
34available: os != "win32"
35url {
36 src: "https://github.com/savonet/ocaml-posix/archive/v2.0.1.tar.gz"
37 checksum: [
38 "md5=7bb4d95f4eaa43ebaf0a62817bf95006"
39 "sha512=872ec65363561596c6f0c97ea5bb909bdf375d96502491ec428da71cefb3c43d821a0969ecd453db9b6525e22cef16378b5b069b492141ae18e82efb22d2f724"
40 ]
41}