Skip to content

Commit

Permalink
redis.0.3.0 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aluuu committed Jul 7, 2016
1 parent b7efac5 commit 58ac02f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/redis/redis.0.3.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bindings for the key-value cache and store redis.
30 changes: 30 additions & 0 deletions packages/redis/redis.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "1.2"
maintainer: "aluuu@husa.su"
authors: ["Mike Wells" "David Höppner" "Alexander Dinu"]
homepage: "https://github.com/0xffea/ocaml-redis"
bug-reports: "https://github.com/0xffea/ocaml-redis/issues"
license: "BSD3"
dev-repo: "https://github.com/0xffea/ocaml-redis.git"
build: [
["./configure" "--prefix" prefix "--%{lwt:enable}%-lwt"]
[make]
]
install: [make "PREFIX=%{prefix}%" "install"]
build-test: [
["./configure" "--prefix" prefix "--enable-tests"]
[make]
[make "test"]
]
build-doc: ["ocaml" "setup.ml" "-doc"]
remove: ["ocamlfind" "remove" "redis"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"base-bytes"
"uuidm"
"re"
"lwt" {test}
"ounit" {test}
]
depopts: "lwt"
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/redis/redis.0.3.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/0xffea/ocaml-redis/archive/0.3.0.tar.gz"
checksum: "2a30de9bc89f7682688a48b15dea38ee"

0 comments on commit 58ac02f

Please sign in to comment.