Skip to content

Commit

Permalink
Merge pull request #9843 from alinpopa/master
Browse files Browse the repository at this point in the history
Bump tube version to 4.1
  • Loading branch information
avsm committed Jul 15, 2017
2 parents ff7fc5f + eed60e4 commit 996afb4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tube/tube.4.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Typesafe abstraction on top of Lwt_io channels

A typesafe abstraction on top of Lwt_io channels in order to avoid things like unsafe operations
(i.e. https://github.com/ocsigen/lwt/issues/345 ) when running in practice.
14 changes: 14 additions & 0 deletions packages/tube/tube.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
opam-version: "1.2"
maintainer: "alin.popa@gmail.com"
authors: "Alin Popa"
homepage: "https://github.com/alinpopa/tube"
bug-reports: "https://github.com/alinpopa/tube/issues"
license: "LGPL-3 with OCaml linking exception"
dev-repo: "https://github.com/alinpopa/tube.git"
build: ["jbuilder" "build" "--only" "tube" "--root" "." "-j" jobs "@install"]
depends: [
"jbuilder" {build & >= "1.0+beta10"}
"core"
"lwt"
]
available: [ocaml-version >= "4.04.0"]
2 changes: 2 additions & 0 deletions packages/tube/tube.4.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/alinpopa/tube/archive/4.1.tar.gz"
checksum: "4b992fa9df9c10344c175efe48103009"

0 comments on commit 996afb4

Please sign in to comment.