this repo has no description
0
fork

Configure Feed

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

Merge pull request #26352 from MisterDA/release-extunix-v0.4.2

[new release] extunix (0.4.2)

authored by

Anil Madhavapeddy and committed by
GitHub
02bb5178 2359112b

+70
+70
packages/extunix/extunix.0.4.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Collection of thin bindings to various low-level system API" 3 + description: """ 4 + Motto: "Be to Unix, what extlib is to stdlib" 5 + 6 + * Implement thin C bindings that directly map to underlying system API. 7 + * Provide common consistent ocaml interface: naming convention, exceptions. 8 + * Simple to build - no extra dependencies. 9 + """ 10 + maintainer: ["ygrek@autistici.org" "Antonin Décimo <antonin@tarides.com>"] 11 + authors: [ 12 + "Andre Nathan" 13 + "Antonin Décimo" 14 + "Dmitry Grebeniuk" 15 + "François Bobot" 16 + "Gerd Stolpmann" 17 + "Goswin von Brederlow" 18 + "Joshua Smith" 19 + "Kaustuv Chaudhuri" 20 + "Markus W. Weissmann" 21 + "Mehdi Dogguy" 22 + "Niki Yoshiuchi" 23 + "Pierre Chambart" 24 + "Roman Vorobets" 25 + "Stéphane Glondu" 26 + "Sylvain Le Gall" 27 + "Teague Hansen" 28 + "ygrek" 29 + "Zhenya Lykhovyd" 30 + ] 31 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 32 + tags: ["org:ygrek"] 33 + homepage: "https://github.com/ygrek/extunix" 34 + bug-reports: "https://github.com/ygrek/extunix/issues" 35 + depends: [ 36 + "dune" {>= "3.0"} 37 + "ocaml" {>= "4.06"} 38 + "dune-configurator" {>= "2.9" & build} 39 + "ppxlib" {>= "0.18" & build} 40 + "ounit2" {with-test} 41 + "base-bytes" 42 + "base-bigarray" 43 + "base-unix" 44 + "odoc" {with-doc} 45 + ] 46 + build: [ 47 + ["dune" "subst"] {dev} 48 + [ 49 + "dune" 50 + "build" 51 + "-p" 52 + name 53 + "-j" 54 + jobs 55 + "@install" 56 + "@runtest" {with-test} 57 + "@doc" {with-doc} 58 + ] 59 + ] 60 + dev-repo: "git+https://github.com/ygrek/extunix.git" 61 + depexts: [["libexecinfo-dev"] {os = "alpine" & "3.5" <= os-version & os-version < "3.17"}] 62 + url { 63 + src: 64 + "https://github.com/ygrek/extunix/releases/download/v0.4.2/extunix-0.4.2.tbz" 65 + checksum: [ 66 + "sha256=7d6e79294946c605f41f659cb6416531ebd08d33d3f0600811dcf5500841c23d" 67 + "sha512=6e2263ed74bceca49529fe3744f2082834904b3e87e2a3a2c5c5d95f018f3150e901c8160ba92405b81a1fb638af4a5a3cd183078eecb4d13403c63b43b03c9f" 68 + ] 69 + } 70 + x-commit-hash: "cd97c80ca35732a2247afb933609aa4f22491b10"