File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11OASISFormat: 0.4
22Name: webmachine
3- Version: 0.3.0
3+ Version: 0.3.1
44Synopsis: A REST toolkit for OCaml
55Description: 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
Original file line number Diff line number Diff line change 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 "
44description = "A REST toolkit for OCaml"
55requires = "cohttp dispatch re re.str"
66archive(byte) = "webmachine.cma"
Original file line number Diff line number Diff line change 11opam-version: "1.2"
22name: "webmachine"
3- version: "0.3.0 "
3+ version: "0.3.1 "
44maintainer: "Spiros Eliopoulos <
[email protected] >"
55authors: [ "Spiros Eliopoulos <
[email protected] >" ]
66license: "BSD-3-clause"
Original file line number Diff line number Diff line change 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\215 h8\237\237\218\138\012 Y\198 " ;
7281+ oasis_digest = Some " \011 I\224 \235 9|x[M\211 a\207\022 e\002 " ;
72837282 oasis_exec = None ;
72847283 oasis_setup_args = [] ;
72857284 setup_update = false
72867285 };;
72877286
72887287let setup () = BaseSetup. setup setup_t;;
72897288
7290- # 7291 " setup.ml"
7289+ # 7290 " setup.ml"
72917290(* OASIS_STOP *)
72927291let () = setup () ;;
You can’t perform that action at this time.
0 commit comments