this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Ctypes bindings to system-specific low-level socket structure and data-types"
4description: """
5This module provides OCaml ctypes bindings to system-specific low-level socket
6structure and data-types.
7
8The interface is implemented using ocaml-ctypes and in intended to exposed the
9machine-specific, low-level details of the most important parts of socket
10implementations.
11
12This package provides the part of the API that is compatible with both
13Unix and Win32 systems."""
14maintainer: "Romain Beauxis <toots@rastageeks.org>"
15authors: "Romain Beauxis <toots@rastageeks.org>"
16license: "MIT"
17homepage: "https://github.com/toots/ocaml-sys-socket"
18bug-reports: "https://github.com/toots/ocaml-sys-socket/issues"
19depends: [
20 "ocaml"
21 "dune" {>= "1.10"}
22 "ctypes"
23]
24build: ["dune" "build" "-p" name "-j" jobs]
25dev-repo: "git+https://github.com/toots/ocaml-sys-socket.git"
26messages: [
27 "DEPRECATED. This package is outdated, you should consider using posix-socket instead" {installed}
28]
29url {
30 src: "https://github.com/toots/ocaml-sys-socket/archive/1.0.0.tar.gz"
31 checksum: [
32 "md5=2ecd4e009ed19e4d961d9b8a4a09f546"
33 "sha512=2fbfd846baebd259a8486be2af856569ee6f056298e8cf5874ba76f5c207626cc5854abe2e091d670f9bb605eeb19a416e47b3c8474b8cbc5957f6293b3ccddb"
34 ]
35}