Skip to content

Commit

Permalink
Merge pull request ocaml#8739 from LaurentMazare/opam-publish/npy.0.0.5
Browse files Browse the repository at this point in the history
npy.0.0.5 - via opam-publish
  • Loading branch information
avsm committed Mar 18, 2017
2 parents 6a35a1e + a6a53b7 commit 3d957c6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/npy/npy.0.0.5/descr
@@ -0,0 +1,3 @@
Numpy npy file format reading/writing.

Provide simple read/write function using the numpy npy/npz file formats. These can be used to save a bigarray to disk and then load it from python using numpy.
23 changes: 23 additions & 0 deletions packages/npy/npy.0.0.5/opam
@@ -0,0 +1,23 @@
opam-version: "1.2"
maintainer: "Laurent Mazare <lmazare@gmail.com>"
authors: "Laurent Mazare"
homepage: "https://github.com/LaurentMazare/npy-ocaml"
bug-reports: "https://github.com/LaurentMazare/npy-ocaml/issues"
dev-repo: "git+https://github.com/LaurentMazare/npy-ocaml.git"
build: [
"jbuilder"
"build"
"--only-packages"
"npy"
"--root"
"."
"-j"
jobs
"@install"
]
depends: [
"camlzip"
"ocamlfind" {build}
"jbuilder" {build}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 2 additions & 0 deletions packages/npy/npy.0.0.5/url
@@ -0,0 +1,2 @@
http: "https://github.com/LaurentMazare/npy-ocaml/archive/0.0.6.tar.gz"
checksum: "1176541495878867a78a7e5efc3ac9bc"

0 comments on commit 3d957c6

Please sign in to comment.