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"
14depends: [
15 "ocaml" {>= "5.2.0"}
16 "dune" {>= "3.16"}
17 "base" {>= "v0.17.0"}
18 "arrayjit" {>= "0.5.2"}
19 "printbox" {>= "0.12"}
20 "printbox-text" {>= "0.12"}
21 "printbox-ext-plot" {>= "0.12"}
22 "angstrom" {>= "0.15"}
23 "stdio"
24 "sexplib"
25 "num"
26 "time_now"
27 "ppxlib"
28 "ppx_compare"
29 "ppx_fields_conv"
30 "ppx_hash"
31 "ppx_here"
32 "ppx_sexp_conv"
33 "ppx_string"
34 "ppx_variants_conv"
35 "ppx_expect"
36 "ppx_minidebug" {>= "2.2.0"}
37 "odoc" {with-doc}
38 "md2mld" {with-doc}
39]
40build: [
41 ["dune" "subst"] {dev}
42 [
43 "dune"
44 "build"
45 "-p"
46 name
47 "-j"
48 jobs
49 "@install"
50 "@runtest" {with-test}
51 "@doc" {with-doc}
52 ]
53]
54dev-repo: "git+https://github.com/lukstafi/ocannl.git"
55url {
56 src: "https://github.com/ahrefs/ocannl/archive/refs/tags/0.5.2.tar.gz"
57 checksum: [
58 "md5=1f62613c37076ccb1c57a78c13a1a388"
59 "sha512=bccea3b2ad2cd6a96b1f03aaf8e127c800687a69191e5d09c7adf5e26c3bccd73f993eef91154a1ce2bcf4eeebf5bdb8d5372932018b4307515e8b6f5f4e94ab"
60 ]
61}