-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathopam
More file actions
40 lines (40 loc) · 1.6 KB
/
opam
File metadata and controls
40 lines (40 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
opam-version: "2.0"
synopsis: "Unix errno types, maps, and support"
description: """\
unix-errno can be used with or without ctypes and OCaml's Unix
module. Without ctypes and Unix, the basic types and functions are
provided as well as Errno_host containing errno maps for popular
operating systems. The errno-srcgen tool for generating OCaml source
representing Errno.Host.t values will also be built. With ctypes and
Unix, you'll also receive the errno-map tool for outputting the current
host's errno map and the Errno_unix module containing an errno global
variable checking function and Unix.error type converters."""
maintainer: "Xapi Project"
authors: "David Sheets <sheets@alum.mit.edu>"
license: "ISC"
tags: ["errno" "errno.h" "errors" "unix" "syscall"]
homepage: "https://github.com/xapi-project/ocaml-unix-errno"
bug-reports: "https://github.com/xapi-project/ocaml-unix-errno/issues"
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "2.8"}
"alcotest" {with-test}
"result"
"ctypes" {>= "0.12.0"}
"integers"
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
]
dev-repo: "git+https://github.com/xapi-project/ocaml-unix-errno.git"
url {
src:
"https://github.com/xapi-project/ocaml-unix-errno/releases/download/0.6.2/unix-errno-0.6.2.tbz"
checksum: [
"sha256=2d6a9bc86731b3a7ff15c38fa3725847753e00bd091de5828868ee621c71ad65"
"sha512=3f820834fe4dcc246e777a3e4b9d19c85dcccf87aa77b7b9e3a59e5080f6094dc059d5d035831e82cc3efc4c20065422e3299cb44ff49674b7b0a3139fd15ba7"
]
}
x-commit-hash: "c91d9ac97e33f7df0d63f95110130130d040c6ce"