Skip to content

Package metal.0.1.1 #28204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025
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"
]
}