Skip to content

Commit

Permalink
Tweak OPAM-related files
Browse files Browse the repository at this point in the history
Related #301.
  • Loading branch information
aantron committed Dec 20, 2016
1 parent 9125e62 commit dfdbb5b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Flag react
Default$: flag(all)

Flag glib
Description: Glib integration
Description: GLib integration
Default$: flag(all)

Flag ssl
Expand Down Expand Up @@ -221,7 +221,7 @@ Library "lwt-glib"
Modules: Lwt_glib
CSources: lwt_glib_stubs.c
BuildDepends: lwt, lwt.unix
XMETADescription: Glib integration for Lwt (deprecated; use package lwt_glib)
XMETADescription: GLib integration for Lwt (deprecated; use package lwt_glib)

Library "lwt-ssl"
Build$: flag(ssl) || flag(all)
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions doc/lwt_glib.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GLib integration for Lwt
1 change: 1 addition & 0 deletions doc/lwt_react.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Helpers for using React with Lwt
1 change: 1 addition & 0 deletions doc/lwt_ssl.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lwt-friendly OpenSSL bindings
4 changes: 2 additions & 2 deletions lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ authors: [
]
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"
dev-repo: "https://github.com/ocsigen/lwt.git"
build: [
[make "setup"]
["ocaml" "setup.ml" "-configure"
Expand All @@ -36,7 +36,7 @@ depends: [
"ocamlbuild" {build}
"result"
# See https://github.com/ocsigen/lwt/issues/266
( "base-no-ppx" | "ppx_tools" )
( "base-no-ppx" | "ppx_tools" {build} )
## OASIS is not required in released version
"oasis" {build & >= "0.4.7"}
]
Expand Down
2 changes: 1 addition & 1 deletion lwt_glib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ remove: [
["ocamlfind" "remove" "lwt_glib"]
]
depends: [
"lwt" {>= "2.7.0"}
"lwt" {(>= "2.7.0" & < "3.0.0") | "dev"}
"lablgtk"
]
2 changes: 1 addition & 1 deletion lwt_react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ remove: [
["ocamlfind" "remove" "lwt_react"]
]
depends: [
"lwt" {>= "2.7.0"}
"lwt" {(>= "2.7.0" & < "3.0.0") | "dev"}
"react" {>= "1.0.0"}
]
2 changes: 1 addition & 1 deletion lwt_ssl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ remove: [
["ocamlfind" "remove" "lwt_ssl"]
]
depends: [
"lwt" {>= "2.7.0"}
"lwt" {(>= "2.7.0" & < "3.0.0") | "dev"}
"ssl" {>= "0.5.0"}
]
2 changes: 1 addition & 1 deletion src/glib/META
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "1.0.0"
description = "Glib integration for Lwt"
description = "GLib integration for Lwt"
requires = "lwt.glib"

0 comments on commit dfdbb5b

Please sign in to comment.