this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "An array language compiler with multiple backends (CPU, CUDA), staged compilation"
5description:
6 "The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers."
7maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
8authors: ["Lukasz Stafiniak"]
9license: "BSD-2-Clause"
10tags: ["deeplearning" "array" "jit" "gccjit" "CUDA"]
11homepage: "https://github.com/lukstafi/ocannl"
12doc: "https://github.com/lukstafi/ocannl/blob/master/README.md"
13bug-reports: "https://github.com/lukstafi/ocannl/issues"
14x-maintenance-intent: "(latest)"
15flags: [ deprecated ]
16depends: [
17 "ocaml" {>= "5.1.0"}
18 "dune" {>= "3.11"}
19 "base"
20 "core"
21 "ctypes" {>= "0.20"}
22 "ctypes-foreign" {>= "0.20"}
23 "gccjit" {>= "0.3.2"}
24 "printbox" {< "0.12"}
25 "printbox-text" {< "0.12"}
26 "ocannl_npy"
27 "stdio"
28 "num"
29 "ppxlib"
30 "ppx_jane"
31 "ppx_expect"
32 "ppx_minidebug" {>= "1.5" & < "2.0.0"}
33 "odoc" {with-doc}
34]
35depopts: ["cudajit"]
36conflicts: ["cudajit" {>= "0.4.0"}]
37build: [
38 ["dune" "subst"] {dev}
39 [
40 "dune"
41 "build"
42 "-p"
43 name
44 "-j"
45 jobs
46 "@install"
47 "@runtest" {with-test}
48 "@doc" {with-doc}
49 ]
50]
51dev-repo: "git+https://github.com/lukstafi/ocannl.git"
52url {
53 src: "https://github.com/lukstafi/ocannl/archive/refs/tags/0.3.3.3.tar.gz"
54 checksum: [
55 "md5=9170d4d98422350c9a73a95adfb795dc"
56 "sha512=c1b024a69b1d0338af6e34508dbf6dccf3c2b6cc156e7628c3d7853c7040e225bdfc0a8731bb4db5a97edba90e26439987bfa505154d23af46f119c07ad809ed"
57 ]
58}