this repo has no description
1opam-version: "2.0"
2synopsis: "High-level GPGPU programming library for OCaml"
3maintainer: ["mathias.bourgoin@gmail.com"]
4authors: ["Mathias Bourgoin"]
5license: "Cecill-B"
6homepage: "https://github.com/mathiasbourgoin/SPOC"
7bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues"
8depends: [
9 "ocaml" {>= "4.07.0" & < "5.0"}
10 "re"
11 "dune" {>= "2.9"}
12 "cppo"
13 "camlp4"
14 "ctypes"
15 "ctypes-foreign"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files"
28 "false"
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33 ["dune" "install" "-p" name "--create-install-files" name]
34]
35
36available: [ os = "linux" ]
37
38dev-repo: "git+https://github.com/mathiasbourgoin/SPOC.git"
39url {
40 src:
41 "https://github.com/mathiasbourgoin/SPOC/releases/download/20210823/spoc_ppx-20210823.tbz"
42 checksum: [
43 "sha256=bdb247f51bce29609c0a6d7155a2f180b26cb7388489cf21961b4d6754a0eb03"
44 "sha512=1cdb37b214e06a32436d23308c4555f6ddefcd4674d73964faa4bb184f843c477c95ef719b8794ead32d12b1ee6a5b5541683ec76ab9e6b1c2e3f3d7371ba41c"
45 ]
46}
47x-commit-hash: "d36797bd51648593d4bd79c0e9a4249b81eff4a8"