this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax"
5description:
6 "OCaml Compiles Algorithms for Neural Networks Learning is a compiled Deep Learning framework that puts emphasis on low-level backends (like tinygrad), shape inference, concise notation (ab)using PPX."
7maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
8authors: ["Lukasz Stafiniak"]
9license: "BSD-2-Clause"
10tags: ["deeplearning" "tensor" "backprop" "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 "arrayjit" {= "0.4.0"}
22 "printbox" {< "0.12"}
23 "printbox-text" {< "0.12"}
24 "ocannl_npy"
25 "angstrom" {>= "0.15"}
26 "stdio"
27 "num"
28 "ppxlib"
29 "ppx_jane"
30 "ppx_expect"
31 "ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
32 "patdiff" {>= "v0.15.0"}
33 "odoc" {with-doc}
34 "md2mld" {with-doc}
35]
36build: [
37 ["dune" "subst"] {dev}
38 [
39 "dune"
40 "build"
41 "-p"
42 name
43 "-j"
44 jobs
45 "@install"
46 "@runtest" {with-test}
47 "@doc" {with-doc}
48 ]
49]
50dev-repo: "git+https://github.com/lukstafi/ocannl.git"
51url {
52 src: "https://github.com/lukstafi/ocannl/archive/refs/tags/0.4.0.1.tar.gz"
53 checksum: [
54 "md5=179e3bf2a47d49e71eaffa8229bcf1b8"
55 "sha512=5e93c09c065ff34b7bdc32be9e5783a5ee22c7506c08d78201a81ab749708354a487a60bd101a80c0c087ba0937e055e4875295ab4c2c2ea107cc57a4241da44"
56 ]
57}