Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Nov 18, 2015
1 parent 61df2f0 commit 5dc5bec
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
OASISFormat: 0.4
Name: dispatch
Version: 0.2.0
Version: 0.3.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
used both for dispatching requests in a server, as well as handing changes to
hierarchical fragments in a client-side application.
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-dispatch
Copyrights: (C) 2015 Inhabited Type LLC
License: BSD-3-clause
Expand Down
6 changes: 3 additions & 3 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: e0f6336b15ed30970145d00c15096a64)
version = "0.2.0"
# DO NOT EDIT (digest: 6840fcb1fb0d455dfb333ad63476cc87)
version = "0.3.0"
description =
"Path-based dispatching for client- and server-side applications."
requires = "result"
Expand All @@ -10,7 +10,7 @@ archive(native) = "dispatch.cmxa"
archive(native, plugin) = "dispatch.cmxs"
exists_if = "dispatch.cma"
package "js" (
version = "0.2.0"
version = "0.3.0"
description =
"Path-based dispatching for client- and server-side applications."
requires = "dispatch js_of_ocaml js_of_ocaml.ppx result"
Expand Down
6 changes: 3 additions & 3 deletions opam/opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
opam-version: "1.2"
name: "dispatch"
version: "0.2.0"
maintainer: "Spiros Eliopoulos <spiros@inhabitedytpe.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedytpe.com>" ]
version: "0.3.0"
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/ocaml-dispatch"
dev-repo: "https://github.com/inhabitedtype/ocaml-dispatch.git"
Expand Down
10 changes: 5 additions & 5 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: b16c68673e813f96013ebb4f0ebec3db) *)
(* DO NOT EDIT (digest: 4ee972daa2dd393fe64a2bd8acaffe18) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6861,7 +6861,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "dispatch";
version = "0.2.0";
version = "0.3.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand All @@ -6872,8 +6872,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-dispatch";
synopsis =
"Path-based dispatching for client- and server-side applications.";
Expand Down Expand Up @@ -7125,7 +7125,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\016 \239\020j9\2351\028Ib\214\002+\216!";
oasis_digest = Some "\200AI\253\2361_\012\160\173_\172\197k\006\204";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 5dc5bec

Please sign in to comment.