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.3.3"} 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" {>= "1.5" & < "2.0.0"} 32 "odoc" {with-doc} 33 "md2mld" {with-doc} 34] 35build: [ 36 ["dune" "subst"] {dev} 37 [ 38 "dune" 39 "build" 40 "-p" 41 name 42 "-j" 43 jobs 44 "@install" 45 "@runtest" {with-test} 46 "@doc" {with-doc} 47 ] 48] 49dev-repo: "git+https://github.com/lukstafi/ocannl.git" 50url { 51 src: "https://github.com/lukstafi/ocannl/archive/refs/tags/0.3.3.3.tar.gz" 52 checksum: [ 53 "md5=9170d4d98422350c9a73a95adfb795dc" 54 "sha512=c1b024a69b1d0338af6e34508dbf6dccf3c2b6cc156e7628c3d7853c7040e225bdfc0a8731bb4db5a97edba90e26439987bfa505154d23af46f119c07ad809ed" 55 ] 56}