-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaks to satisfy opam release process
- Loading branch information
Showing
7 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,12 @@ | |
(authors "Laurent Mazare") | ||
(maintainers "Lukasz Stafiniak <[email protected]>") | ||
(depends | ||
; The real dependency is >= 4.06, but because of multi-package project | ||
; need to keep it in sync with the other packages. | ||
(ocaml | ||
(>= 4.06)) | ||
(>= 5.1.0)) | ||
camlzip | ||
(dune :build) | ||
dune | ||
(conf-python-3 :with-test))) | ||
|
||
(package | ||
|
@@ -69,7 +71,7 @@ | |
(deeplearning array jit gccjit CUDA))) | ||
|
||
(package | ||
(name ocannl) | ||
(name neural_nets_lib) | ||
(synopsis | ||
"A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax") | ||
(description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters