Skip to content

Commit

Permalink
release: 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Jun 24, 2017
1 parent 90a6271 commit c83686c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: angstrom
Version: dev
Version: 0.5.1
Authors: Spiros Eliopoulos <[email protected]>
Maintainers: Spiros Eliopoulos <[email protected]>
Homepage: https://github.com/inhabitedtype/angstrom
Expand Down
10 changes: 5 additions & 5 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 57c96af16cb4b5f9180a6e9c61e4d7ea)
version = "dev"
# DO NOT EDIT (digest: 52b89c6dc23ce27795d50d94e1eac8a4)
version = "0.5.1"
description = "Parser combinators built for speed and memory-efficiency"
requires = "cstruct ocplib-endian result"
archive(byte) = "angstrom.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "angstrom.cmxa"
archive(native, plugin) = "angstrom.cmxs"
exists_if = "angstrom.cma"
package "unix" (
version = "dev"
version = "0.5.1"
description = "Parser combinators built for speed and memory-efficiency"
requires = "angstrom result"
archive(byte) = "angstrom_unix.cma"
Expand All @@ -20,7 +20,7 @@ package "unix" (
)

package "lwt-unix" (
version = "dev"
version = "0.5.1"
description = "Parser combinators built for speed and memory-efficiency"
requires = "angstrom lwt.unix result"
archive(byte) = "angstrom_lwt_unix.cma"
Expand All @@ -31,7 +31,7 @@ package "lwt-unix" (
)

package "async" (
version = "dev"
version = "0.5.1"
description = "Parser combinators built for speed and memory-efficiency"
requires = "angstrom async result threads"
archive(byte) = "angstrom_async.cma"
Expand Down
6 changes: 3 additions & 3 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: 928bdedd5db6db56b7873d5e43d253cb) *)
(* DO NOT EDIT (digest: 924412813276e73ee135cf913510d8c3) *)
(*
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7043,7 +7043,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.03");
version = "dev";
version = "0.5.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -8412,7 +8412,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.8";
oasis_digest = Some "\231\168\234{z1\t\163\196\155\212\205U\168\141\023";
oasis_digest = Some "\017\004\150(b\017D\024+m\244\012n\209\172\208";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit c83686c

Please sign in to comment.