Skip to content

Commit 2fb30b4

Browse files
committed
Package metal.0.1.0
1 parent 73030c0 commit 2fb30b4

File tree

1 file changed

+52
-0
lines changed
  • packages/metal/metal.0.1.0

1 file changed

+52
-0
lines changed

packages/metal/metal.0.1.0/opam

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"OCaml bindings to selected parts of Apple Metal, for general compute applications"
5+
description:
6+
"OCaml bindings to selected parts of Apple Metal, for general compute applications"
7+
maintainer: ["Lukasz Stafiniak <[email protected]>"]
8+
authors: ["Lukasz Stafiniak <[email protected]>"]
9+
license: "MIT"
10+
tags: ["metal" "gpu" "compute" "apple"]
11+
homepage: "https://github.com/lukstafi/ocaml-metal"
12+
doc: "https://github.com/lukstafi/ocaml-metal/blob/main/README.md"
13+
bug-reports: "https://github.com/lukstafi/ocaml-metal/issues"
14+
depends: [
15+
"ocaml" {>= "4.14"}
16+
"dune" {>= "3.18"}
17+
"ctypes" {>= "0.14.0"}
18+
"ctypes-foreign"
19+
"sexplib0"
20+
"ppx_sexp_conv"
21+
"ppx_expect"
22+
"odoc" {with-doc}
23+
"camlkit-base"
24+
]
25+
dev-repo: "git+https://github.com/lukstafi/ocaml-metal.git"
26+
x-maintenance-intent: ["(latest)"]
27+
available: os = "macos"
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"env"
32+
"OCAML_METAL_SKIP_ICB_TEST=true" {with-test}
33+
"OCAML_METAL_SKIP_LOGGING_TEST=true" {with-test}
34+
"dune"
35+
"build"
36+
"-p"
37+
name
38+
"-j"
39+
jobs
40+
"@install"
41+
"@runtest" {with-test}
42+
"@doc" {with-doc}
43+
]
44+
]
45+
url {
46+
src:
47+
"https://github.com/lukstafi/ocaml-metal/archive/refs/tags/0.1.0.1.tar.gz"
48+
checksum: [
49+
"md5=22c5c42c5677bc903cc87ac4b2d43e80"
50+
"sha512=b8702b01885bd053a7e8f2b5cc6274e04ac88dfb0826ded1041dfe963c68e9d4ad2a9c9c58d4fcc4e5969376fa16f2ed4a343ae119ba46c23c4a8892f3a6ffda"
51+
]
52+
}

0 commit comments

Comments
 (0)