this repo has no description
1opam-version: "2.0"
2synopsis: "Fundamental scientific computing with Numpy for OCaml"
3description: """
4These are OCaml bindings to Numpy, the fundamental package for scientific computing with Python:
5- powerful n-dimensional arrays
6- numerical computing tools
7- interoperable
8- performant
9- easy to use
10- open source.
11"""
12maintainer: ["Ronan Le Hy <ronan.lehy@gmail.com>"]
13authors: ["Ronan Le Hy"]
14license: "BSD-3-Clause"
15homepage: "https://github.com/lehy/ocaml-sklearn"
16bug-reports: "https://github.com/lehy/ocaml-sklearn/issues"
17depends: [
18 "dune" {>= "2.4"}
19 "ocaml" {>= "4.07.1"}
20 "pyml" {>= "20200222"}
21]
22build: [
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/lehy/ocaml-sklearn.git"
35x-commit-hash: "bc83ed202843b89c48cda811bfeb0ee4e772783b"
36url {
37 src:
38 "https://github.com/lehy/ocaml-sklearn/releases/download/v0.3.1/sklearn-v0.3.1.tbz"
39 checksum: [
40 "sha256=48809d88893a3f17d79f8e5acbd28126de919b8ced6d1f6856a61fd6bfae571d"
41 "sha512=9e1d01c42aed436163b1ce50bee141f40cb5bc943d5dd16d6eb21f1b53d613933533c70f28675e418a550cf44e0cd66d47496e462132769b05dec64bf3db560c"
42 ]
43}