this repo has no description
1opam-version: "2.0"
2synopsis: "Raw definitions and bindings to platforms system libraries"
3description:
4 "`libc provides definitions (and in the future bindings) to easily interoperate with C code (or C-like code) on several platforms, and it does this with a target and architecture aware API."
5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
7license: "MIT"
8tags: ["libc" "platform" "bindings" "raw bindings"]
9homepage: "https://github.com/ocaml-sys/libc.ml"
10bug-reports: "https://github.com/ocaml-sys/libc.ml/issues"
11depends: [
12 "config" {>= "0.0.1"}
13 "ocaml" {>= "5.1.1"}
14 "dune" {>= "3.12"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/ocaml-sys/libc.ml.git"
32available: arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "riscv64"
33url {
34 src:
35 "https://github.com/ocaml-sys/libc.ml/releases/download/0.0.1/libc-0.0.1.tbz"
36 checksum: [
37 "sha256=7b9c7961a7bb57aa8ea6af9a2d9695fba2fd95dcbda83a9df4a73c9e402c10d8"
38 "sha512=8e9a9dfbd1a0fb51b93cd6e2237bc16eecb894298de73e33f0ce6ad572880ba20548d60b05eaed53574d662cf68126bdb88cebf1982fab8d11d53dbf3e3d2f9a"
39 ]
40}
41x-commit-hash: "03c72cb8048469a26ad9cd55293d7b61581c36e5"