Skip to content
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
49 changes: 49 additions & 0 deletions packages/metal/metal.0.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"OCaml bindings to selected parts of Apple Metal, for general compute applications"
description:
"OCaml bindings to selected parts of Apple Metal, for general compute applications"
maintainer: ["Lukasz Stafiniak <[email protected]>"]
authors: ["Lukasz Stafiniak <[email protected]>"]
license: "MIT"
tags: ["metal" "gpu" "compute" "apple"]
homepage: "https://github.com/lukstafi/ocaml-metal"
doc: "https://github.com/lukstafi/ocaml-metal/blob/main/README.md"
bug-reports: "https://github.com/lukstafi/ocaml-metal/issues"
depends: [
"ocaml" {>= "4.13"}
"dune" {>= "3.18"}
"ctypes" {>= "0.14.0"}
"ctypes-foreign"
"sexplib0"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/lukstafi/ocaml-metal.git"
x-maintenance-intent: ["(latest)"]
available: os = "macos"
build: [
["dune" "subst"] {dev}
[
"env"
"OCAML_METAL_SKIP_ICB_TEST=true" {with-test}
"OCAML_METAL_SKIP_LOGGING_TEST=true" {with-test}
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/lukstafi/ocaml-metal/archive/refs/tags/0.1.1.1.tar.gz"
checksum: [
"md5=8e3282430bedc4d61499d893207e24a4"
"sha512=9e05b67cae121c965c979df13f865e0aeb30944fce9e4b67d8a8eb4b261ee87cd5462913dbc7b95ef91b469000d4b23500ae4e517c0ec3983e143b52314b9016"
]
}