-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
26 lines (26 loc) · 660 Bytes
/
Copy pathopam
File metadata and controls
26 lines (26 loc) · 660 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
opam-version: "1.2"
name: "spirv"
version: "1.1.2"
maintainer: "Nathan Holland <nholland94@gmail.com>"
author: "Nathan Holland <nholland94@gmail.com>"
homepage: "https://github.com/nholland94/spirv-ocaml"
bug-reports: "https://github.com/nholland94/spirv-ocaml/issues"
license: "MIT"
dev-repo: "https://github.com/nholland94/spirv-ocaml"
build: [
[make "SpirV.cmo"] {!ocaml-native}
[make "SpirV.cma"] {!ocaml-native}
[make "SpirV.cmx"] {ocaml-native}
[make "SpirV.cmxa"] {ocaml-native}
[make "SpirV.cmxs"] {ocaml-native}
]
install: [
[make "install"]
]
remove: [
[make "uninstall"]
]
depends: [
"ocamlfind" {build}
"batteries" {>= "2.5.0"}
]