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" {>= "v0.11.0" & < "v0.17"} "cmdliner" "ctypes" {>= "0.11"} "ctypes-foreign" "dune" {>= "1.3.0"} "dune-configurator" "libtorch" {= "1.6.0"} "npy" "ocaml" {>= "4.07"} "ocaml-compiler-libs" "ppx_custom_printf" "ppx_expect" "ppx_sexp_conv" "sexplib" "stdio" ] available: os = "linux" | os = "macos" 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.10.tar.gz" checksum: [ "md5=63540fcb4a4aa85a63207b8ed6eee137" "sha512=a6f01cc4e4d4835f54766490be9145829032e2b75330b810819058883b93562871bc6d68dbdf9d346e10d7911b9474ceacbd20942246c48689102bcfda1ee32a" ] }