opam-version: "2.0" bug-reports: "https://github.com/LaurentMazare/ocaml-torch/issues" homepage: "https://github.com/LaurentMazare/ocaml-torch" dev-repo: "git+https://github.com/LaurentMazare/ocaml-torch.git" maintainer: "Laurent Mazare " authors: [ "Laurent Mazare" ] build: [["dune" "build" "-p" name "-j" jobs]] depends: [ "base" {>= "0.11.0"} "cmdliner" "ctypes" {>= "0.5"} "ctypes-foreign" "dune" {>= "1.3.0"} "dune-configurator" "libtorch" {< "1.1.0"} "npy" "ocaml" {>= "4.06" & < "5.0"} "ocaml-compiler-libs" "ppx_custom_printf" "ppx_expect" "ppx_sexp_conv" "sexplib" "stb_image" "stb_image_write" "stdio" ] available: [ os = "linux" ] x-ci-accept-failures: ["debian-unstable"] synopsis: "PyTorch bindings for OCaml" description: """ The ocaml-torch project provides some OCaml bindings for the PyTorch library. This brings to OCaml NumPy-like tensor computations with GPU acceleration and tape-based automatic differentiation. """ url { src: "https://github.com/LaurentMazare/ocaml-torch/archive/0.2.tar.gz" checksum: [ "md5=2a2359b4e241c8099e50daf1d70dace1" "sha512=7b80a60bc82745ba932d24847aca64d221848528b3f982f408ad0944a7b60fd35f2d69efcbebce5be5447a7a593b2bdf7bf93c788279cf3c4d0c05dde912d065" ] }