diff --git a/_oasis b/_oasis index 60e077c..0800d1c 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: dispatch -Version: 0.1.0 +Version: 0.2.0 Synopsis: Path-based dispatching for client- and server-side applications. Description: Dispatch provides a basic mechanism for dispatching a request to a handler based on hierarchical path names conventionally found in URIs. It can be diff --git a/lib/META b/lib/META index 89ec540..8f9e00d 100644 --- a/lib/META +++ b/lib/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: 6bdb53fb27ff932dcf9713488fcfd737) -version = "0.1.0" +# DO NOT EDIT (digest: 813f9498c63ba126a46516fb880281b9) +version = "0.2.0" description = "Path-based dispatching for client- and server-side applications." requires = "result" @@ -10,7 +10,7 @@ archive(native) = "dispatch.cmxa" archive(native, plugin) = "dispatch.cmxs" exists_if = "dispatch.cma" package "js" ( - version = "0.1.0" + version = "0.2.0" description = "Path-based dispatching for client- and server-side applications." requires = "dispatch js_of_ocaml js_of_ocaml.syntax result" diff --git a/opam/opam b/opam/opam index 9c5bf33..dc4a5d2 100644 --- a/opam/opam +++ b/opam/opam @@ -1,6 +1,6 @@ opam-version: "1.2" name: "dispatch" -version: "0.1.0" +version: "0.2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] license: "BSD-3-clause" diff --git a/setup.ml b/setup.ml index 0db19a7..5085333 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.4.5 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 51ef328e9c406e1527855b8635123a23) *) +(* DO NOT EDIT (digest: 25dda6d99643d1486e65f84e06408771) *) (* Regenerated by OASIS v0.4.5 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6851,7 +6851,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "dispatch"; - version = "0.1.0"; + version = "0.2.0"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -7087,7 +7087,8 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.5"; - oasis_digest = Some "V\012&\242\199=\005;\183\192J\223\173v\176<"; + oasis_digest = + Some "\243\000W\003\235\246\152E\158\248\219c\023\194\141\014"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -7095,6 +7096,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 7099 "setup.ml" +# 7100 "setup.ml" (* OASIS_STOP *) let () = setup ();;