-
Notifications
You must be signed in to change notification settings - Fork 10
/
spoc_ppx.opam
35 lines (35 loc) · 883 Bytes
/
spoc_ppx.opam
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
27
28
29
30
31
32
33
34
35
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "PPX to declare external GPGPU kernels written in CUDA or OpenCL"
description: ""
maintainer: ["[email protected]"]
authors: ["Mathias Bourgoin"]
license: "Cecill-B"
homepage: "https://github.com/mathiasbourgoin/SPOC"
bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues"
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "2.9" & > "2.0"}
"ppxlib" {>= "0.22.0"}
"spoc" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst" "--root" "."] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files"
"false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/mathiasbourgoin/SPOC.git"
available: [ os = "linux" ]