We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753a58c commit 4bbe016Copy full SHA for 4bbe016
META
@@ -1,9 +1,8 @@
1
version = "0.0.1"
2
description = "TensorFlow bindings for OCaml."
3
-requires = "unix bigarray str bytes core_kernel ctypes.foreign"
+requires = "unix bigarray str bytes core_kernel ctypes.foreign ctypes.stubs"
4
archive(byte) = "tensorflow.cma"
5
archive(byte, plugin) = "tensorflow.cma"
6
-archive(autolink) = "libtensorflowcstubs.a"
7
archive(native) = "tensorflow.cmxa"
8
archive(native, plugin) = "tensorflow.cmxs"
9
exists_if = "tensorflow.cma"
0 commit comments