Skip to content

Commit

Permalink
+lwt_ssl.1.0.0, lwt_glib.1.0.0, lwt_react.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jan 3, 2017
1 parent 755e39d commit cfdc9b3
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/lwt_glib/lwt_glib.1.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GLib integration for Lwt
22 changes: 22 additions & 0 deletions packages/lwt_glib/lwt_glib.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "1.2"
name: "lwt_glib"
version: "1.0.0"
maintainer: "Anton Bachin <[email protected]>"
authors: [
"Jérémie Dimino"
]
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/manual/"
dev-repo: "https://github.com/ocsigen/lwt.git"
bug-reports: "https://github.com/ocsigen/lwt/issues"
license: "LGPL with OpenSSL linking exception"
install: [
["ocamlfind" "install" "lwt_glib" "src/glib/META"]
]
remove: [
["ocamlfind" "remove" "lwt_glib"]
]
depends: [
"lwt" {>= "2.7.0" & < "3.0.0"}
"lablgtk"
]
2 changes: 2 additions & 0 deletions packages/lwt_glib/lwt_glib.1.0.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/ocsigen/lwt/archive/2.7.0.tar.gz"
checksum: "cee770cf9edbda92578c873e7e4c6105"
1 change: 1 addition & 0 deletions packages/lwt_react/lwt_react.1.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Helpers for using React with Lwt
22 changes: 22 additions & 0 deletions packages/lwt_react/lwt_react.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "1.2"
name: "lwt_react"
version: "1.0.0"
maintainer: "Anton Bachin <[email protected]>"
authors: [
"Jérémie Dimino"
]
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/manual/"
dev-repo: "https://github.com/ocsigen/lwt.git"
bug-reports: "https://github.com/ocsigen/lwt/issues"
license: "LGPL with OpenSSL linking exception"
install: [
["ocamlfind" "install" "lwt_react" "src/react/META"]
]
remove: [
["ocamlfind" "remove" "lwt_react"]
]
depends: [
"lwt" {>= "2.7.0" & < "3.0.0"}
"react" {>= "1.0.0"}
]
2 changes: 2 additions & 0 deletions packages/lwt_react/lwt_react.1.0.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/ocsigen/lwt/archive/2.7.0.tar.gz"
checksum: "cee770cf9edbda92578c873e7e4c6105"
1 change: 1 addition & 0 deletions packages/lwt_ssl/lwt_ssl.1.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lwt-friendly OpenSSL bindings
23 changes: 23 additions & 0 deletions packages/lwt_ssl/lwt_ssl.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "1.2"
name: "lwt_ssl"
version: "1.0.0"
maintainer: "Anton Bachin <[email protected]>"
authors: [
"Jérôme Vouillon"
"Jérémie Dimino"
]
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/manual/"
dev-repo: "https://github.com/ocsigen/lwt.git"
bug-reports: "https://github.com/ocsigen/lwt/issues"
license: "LGPL with OpenSSL linking exception"
install: [
["ocamlfind" "install" "lwt_ssl" "src/ssl/META"]
]
remove: [
["ocamlfind" "remove" "lwt_ssl"]
]
depends: [
"lwt" {>= "2.7.0" & < "3.0.0"}
"ssl" {>= "0.5.0"}
]
2 changes: 2 additions & 0 deletions packages/lwt_ssl/lwt_ssl.1.0.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/ocsigen/lwt/archive/2.7.0.tar.gz"
checksum: "cee770cf9edbda92578c873e7e4c6105"

0 comments on commit cfdc9b3

Please sign in to comment.