Skip to content

Commit

Permalink
release: 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Nov 19, 2015
1 parent bea5f6d commit 33588f9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
OASISFormat: 0.4
Name: webmachine
Version: 0.2.2
Version: 0.2.3
Synopsis: A REST toolkit for OCaml
Description: OCaml webmachine is a layer on top of cohttp that implements a
state-machine-based HTTP request processor. It's particularly well-suited for
writing RESTful APIs. As the name suggests, this is an OCaml port of the
webmachine project.
Authors: Spiros Eliopoulos <spiros@inhabitedytpe.com>
Maintainers: Spiros Eliopoulos <spiros@inhabitedytpe.com>
Authors: Spiros Eliopoulos <spiros@inhabitedtype.com>
Maintainers: Spiros Eliopoulos <spiros@inhabitedtype.com>
Homepage: https://github.com/inhabitedtype/ocaml-webmachine
Copyrights: (C) 2015 Inhabited Type LLC
License: BSD-3-clause
Expand All @@ -23,7 +23,7 @@ Library webmachine
Path: lib
InternalModules: Wm_util
Modules: Webmachine
BuildDepends: cohttp (>= 0.9.11), dispatch (>= 0.2.0), re (>= 1.3.0), re.str
BuildDepends: cohttp (>= 0.9.11), dispatch (>= 0.3.0), re (>= 1.3.0), re.str

Document webmachine
Title: webmachine docs
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: bba397d04a2138e30447bde9d82cfaeb)
version = "0.2.2"
# DO NOT EDIT (digest: a652133402f3f318036084d951ab2ec4)
version = "0.2.3"
description = "A REST toolkit for OCaml"
requires = "cohttp dispatch re re.str"
archive(byte) = "webmachine.cma"
Expand Down
8 changes: 4 additions & 4 deletions opam/opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
opam-version: "1.2"
name: "webmachine"
version: "0.2.2"
maintainer: "Spiros Eliopoulos <spiros@inhabitedytpe.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedytpe.com>" ]
version: "0.2.3"
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/ocaml-webmachine"
dev-repo: "https://github.com/inhabitedtype/ocaml-webmachine.git"
Expand All @@ -23,7 +23,7 @@ build-test: [
build-doc: [ "ocaml" "setup.ml" "-doc" ]
depends: [
"cohttp" {>= "0.9.11"}
"dispatch" {>= "0.2.0"}
"dispatch" {>= "0.3.0"}
"ocamlfind" {build}
"ounit" {test & >= "1.0.2"}
"re" {>= "1.3.0"}
Expand Down
12 changes: 6 additions & 6 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 2e401a24455a6042d269b242be0a901e) *)
(* DO NOT EDIT (digest: 8a4fcb8a9eaa94e536a95f1747abc886) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6891,7 +6891,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "webmachine";
version = "0.2.2";
version = "0.2.3";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand All @@ -6902,8 +6902,8 @@ let setup_t =
});
license_file = None;
copyrights = ["(C) 2015 Inhabited Type LLC"];
maintainers = ["Spiros Eliopoulos <spiros@inhabitedytpe.com>"];
authors = ["Spiros Eliopoulos <spiros@inhabitedytpe.com>"];
maintainers = ["Spiros Eliopoulos <spiros@inhabitedtype.com>"];
authors = ["Spiros Eliopoulos <spiros@inhabitedtype.com>"];
homepage = Some "https://github.com/inhabitedtype/ocaml-webmachine";
synopsis = "A REST toolkit for OCaml";
description =
Expand Down Expand Up @@ -6977,7 +6977,7 @@ let setup_t =
Some (OASISVersion.VGreaterEqual "0.9.11"));
FindlibPackage
("dispatch",
Some (OASISVersion.VGreaterEqual "0.2.0"));
Some (OASISVersion.VGreaterEqual "0.3.0"));
FindlibPackage
("re",
Some (OASISVersion.VGreaterEqual "1.3.0"));
Expand Down Expand Up @@ -7246,7 +7246,7 @@ let setup_t =
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest =
Some "\180[\143\004\254\\\000\146\201\001\n\187\202\213bf";
Some "\227\159\164U\167\005\251\188\152\197\226Z\018\207\014\172";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 33588f9

Please sign in to comment.