-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcamlkit-dispatch.opam
More file actions
34 lines (34 loc) · 862 Bytes
/
camlkit-dispatch.opam
File metadata and controls
34 lines (34 loc) · 862 Bytes
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml bindings to libdispatch"
description:
"Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware."
maintainer: ["Boris D. <borisd@gmx.com>"]
authors: ["Boris D. <borisd@gmx.com>"]
license: "ISC"
tags: ["dispatch" "gcd" "bindings"]
homepage: "https://github.com/dboris/camlkit"
bug-reports: "https://github.com/dboris/camlkit/issues"
depends: [
"dune" {>= "3.16"}
"ctypes"
"ctypes-foreign"
"conf-clang" {os != "macos"}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/dboris/camlkit.git"