Skip to content

Commit 56a6fef

Browse files
committed
release: 0.3.1
1 parent 65c5043 commit 56a6fef

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: webmachine
3-
Version: 0.3.0
3+
Version: 0.3.1
44
Synopsis: A REST toolkit for OCaml
55
Description: OCaml webmachine is a layer on top of cohttp that implements a
66
state-machine-based HTTP request processor. It's particularly well-suited for

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 70bf441406abe7a50e781edfe1a4aae5)
3-
version = "0.3.0"
2+
# DO NOT EDIT (digest: f84d298794c839217704aa7fae6c5950)
3+
version = "0.3.1"
44
description = "A REST toolkit for OCaml"
55
requires = "cohttp dispatch re re.str"
66
archive(byte) = "webmachine.cma"

opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "webmachine"
3-
version: "0.3.0"
3+
version: "0.3.1"
44
maintainer: "Spiros Eliopoulos <[email protected]>"
55
authors: [ "Spiros Eliopoulos <[email protected]>" ]
66
license: "BSD-3-clause"

setup.ml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 2ad745e4837aef269be9d221fb967cf8) *)
4+
(* DO NOT EDIT (digest: 9df34bc7cffb681af6f107a41edb845f) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6891,7 +6891,7 @@ let setup_t =
68916891
alpha_features = [];
68926892
beta_features = [];
68936893
name = "webmachine";
6894-
version = "0.3.0";
6894+
version = "0.3.1";
68956895
license =
68966896
OASISLicense.DEP5License
68976897
(OASISLicense.DEP5Unit
@@ -7278,15 +7278,14 @@ let setup_t =
72787278
};
72797279
oasis_fn = Some "_oasis";
72807280
oasis_version = "0.4.5";
7281-
oasis_digest =
7282-
Some "\179\242\249\137\031\240\215h8\237\237\218\138\012Y\198";
7281+
oasis_digest = Some "\011I\224 \2359|x[M\211a\207\022e\002";
72837282
oasis_exec = None;
72847283
oasis_setup_args = [];
72857284
setup_update = false
72867285
};;
72877286

72887287
let setup () = BaseSetup.setup setup_t;;
72897288

7290-
# 7291 "setup.ml"
7289+
# 7290 "setup.ml"
72917290
(* OASIS_STOP *)
72927291
let () = setup ();;

0 commit comments

Comments
 (0)