this repo has no description
1opam-version: "2.0"
2bug-reports: "https://github.com/LaurentMazare/ocaml-tensorboard/issues"
3homepage: "https://github.com/LaurentMazare/ocaml-tensorboard"
4dev-repo: "git+https://github.com/LaurentMazare/ocaml-tensorboard.git"
5maintainer: "Laurent Mazare <lmazare@gmail.com>"
6authors: [ "Laurent Mazare" ]
7
8build: [["dune" "build" "-p" name "-j" jobs]]
9depends: [
10 "base" {>= "v0.11.0" & < "v0.17"}
11 "bigstringaf"
12 "stdio"
13 "ocaml" {>= "4.06"}
14 "dune"
15]
16
17url {
18 src:
19 "https://github.com/LaurentMazare/ocaml-tensorboard/archive/0.0.1.tar.gz"
20 checksum: [
21 "md5=91035b4a9827fdf6e2fb61d0edb1bb2c"
22 "sha512=7f09994c0bb844429b795b971ae3bacd927eae4854a4efc36dbf8d6f4ea24e7f05f754f7191747e32b4fef1922589d1db8d2622147a1706efe7e79201329400b"
23 ]
24}