Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

+ extunix 0.3.1 #18483

Merged
merged 1 commit into from
Apr 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions packages/extunix/extunix.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Collection of thin bindings to various low-level system API"
description: """
Motto: "Be to Unix, what extlib is to stdlib"

* Implement thin C bindings that directly map to underlying system API.
* Provide common consistent ocaml interface: naming convention, exceptions.
* Simple to build - no extra dependencies.
"""
maintainer: ["[email protected]"]
authors: [
"Andre Nathan"
"Antonin Décimo"
"Dmitry Grebeniuk"
"François Bobot"
"Gerd Stolpmann"
"Goswin von Brederlow"
"Joshua Smith"
"Kaustuv Chaudhuri"
"Markus W. Weissmann"
"Mehdi Dogguy"
"Niki Yoshiuchi"
"Pierre Chambart"
"Roman Vorobets"
"Stéphane Glondu"
"Sylvain Le Gall"
"ygrek"
"Zhenya Lykhovyd"
]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
tags: ["org:ygrek"]
homepage: "https://ygrek.org/p/ocaml-extunix"
doc: "https://ygrek.org/p/ocaml-extunix"
bug-reports: "https://github.com/ygrek/extunix/issues"
depends: [
"ocaml" {>= "4.06"}
"dune" {>= "2.2"}
"dune-configurator" {build}
"ppxlib" {>= "0.18"}
"ounit2" {with-test}
"base-bytes"
"base-bigarray"
"base-unix"
]
mseri marked this conversation as resolved.
Show resolved Hide resolved
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ygrek/extunix.git"
url {
src: "https://ygrek.org/p/release/ocaml-extunix/ocaml-extunix-0.3.1.tar.gz"
checksum: [
"md5=62f898ad617074dc2ed80ee48b8ffc0d"
"sha256=69a8a022eccc8a4ab2aa4df2f9f7075736b40293bbb69bb0a4bec03ad5bc46f5"
"sha512=9ff12902cef9847d3ed00e94fc75fb5a00369385163359b9ecf278c3f53bf322fddec830ae6d0785c5dd670c02c6b4ffdbae1c743f13d4c73186f674dc7e72e1"
]
mirrors: "https://github.com/ygrek/extunix/releases/download/v0.3.1/ocaml-extunix-0.3.1.tar.gz"
}