this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25074 from leostera/release-libc-0.0.1

[new release] libc (0.0.1)

authored by

Marcello Seri and committed by
GitHub
ac066d27 82097b18

+41
+41
packages/libc/libc.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Raw definitions and bindings to platforms system libraries" 3 + description: 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." 5 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: ["libc" "platform" "bindings" "raw bindings"] 9 + homepage: "https://github.com/ocaml-sys/libc.ml" 10 + bug-reports: "https://github.com/ocaml-sys/libc.ml/issues" 11 + depends: [ 12 + "config" {>= "0.0.1"} 13 + "ocaml" {>= "5.1.1"} 14 + "dune" {>= "3.12"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/ocaml-sys/libc.ml.git" 32 + available: arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x" 33 + url { 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 + } 41 + x-commit-hash: "03c72cb8048469a26ad9cd55293d7b61581c36e5"