File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
packages/metal/metal.0.1.1 Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
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 <lukstafi@gmail.com>"]
8
+ authors: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
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.13"}
16
+ "dune" {>= "3.18"}
17
+ "ctypes" {>= "0.14.0"}
18
+ "ctypes-foreign"
19
+ "sexplib0"
20
+ "odoc" {with-doc}
21
+ ]
22
+ dev-repo: "git+https://github.com/lukstafi/ocaml-metal.git"
23
+ x-maintenance-intent: ["(latest)"]
24
+ available: os = "macos"
25
+ build: [
26
+ ["dune" "subst"] {dev}
27
+ [
28
+ "env"
29
+ "OCAML_METAL_SKIP_ICB_TEST=true" {with-test}
30
+ "OCAML_METAL_SKIP_LOGGING_TEST=true" {with-test}
31
+ "dune"
32
+ "build"
33
+ "-p"
34
+ name
35
+ "-j"
36
+ jobs
37
+ "@install"
38
+ "@runtest" {with-test}
39
+ "@doc" {with-doc}
40
+ ]
41
+ ]
42
+ url {
43
+ src:
44
+ "https://github.com/lukstafi/ocaml-metal/archive/refs/tags/0.1.1.1.tar.gz"
45
+ checksum: [
46
+ "md5=8e3282430bedc4d61499d893207e24a4"
47
+ "sha512=9e05b67cae121c965c979df13f865e0aeb30944fce9e4b67d8a8eb4b261ee87cd5462913dbc7b95ef91b469000d4b23500ae4e517c0ec3983e143b52314b9016"
48
+ ]
49
+ }
You can’t perform that action at this time.
0 commit comments