forked from LaurentMazare/tensorflow-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtensorflow.opam
More file actions
34 lines (28 loc) · 746 Bytes
/
tensorflow.opam
File metadata and controls
34 lines (28 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "1.2"
name: "tensorflow"
bug-reports: "https://github.com/LaurentMazare/tensorflow-ocaml/issues"
homepage: "https://github.com/LaurentMazare/tensorflow-ocaml"
dev-repo: "git+https://github.com/LaurentMazare/tensorflow-ocaml.git"
maintainer: "Laurent Mazare <lmazare@gmail.com>"
authors: [ "Laurent Mazare" "Nicolas Oury" ]
version: "dev"
build: [["jbuilder" "build" "--only-packages" "tensorflow" "--root" "." "-j" jobs "@install"]]
install: []
remove: []
depends: [
"cmdliner"
"base" {>= "0.11.0"}
"stdio"
"ctypes" {>= "0.5"}
"ctypes-foreign"
"ocamlfind" {build}
"jbuilder" {build}
]
depopts: [
"camlimages"
"gnuplot"
"npy"
]
conflicts: [
]
available: [ ocaml-version >= "4.03" ]