From 76497c8b932633f398207e2b2cea0c9fb8c2bb4d Mon Sep 17 00:00:00 2001 From: Spiros Eliopoulos Date: Thu, 21 Jul 2016 14:15:45 -0400 Subject: [PATCH] release: 0.1.1 --- _oasis | 2 +- lib/META | 10 +++++----- setup.ml | 9 ++++----- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/_oasis b/_oasis index 9a5e293..f62e768 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: angstrom -Version: dev +Version: 0.1.1 Authors: Spiros Eliopoulos Maintainers: Spiros Eliopoulos Homepage: https://github.com/inhabitedtype/angstrom diff --git a/lib/META b/lib/META index 67a2949..2245609 100644 --- a/lib/META +++ b/lib/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: b2ecc105ffc7633685a28a2f6fb00eb3) -version = "dev" +# DO NOT EDIT (digest: f4ce511315cf0a4a6faac4ef1460aaa0) +version = "0.1.1" description = "Parser combinators built for speed and memory-efficiency" requires = "cstruct result" archive(byte) = "angstrom.cma" @@ -9,7 +9,7 @@ archive(native) = "angstrom.cmxa" archive(native, plugin) = "angstrom.cmxs" exists_if = "angstrom.cma" package "unix" ( - version = "dev" + version = "0.1.1" description = "Parser combinators built for speed and memory-efficiency" requires = "angstrom result" archive(byte) = "angstrom_unix.cma" @@ -20,7 +20,7 @@ package "unix" ( ) package "lwt-unix" ( - version = "dev" + version = "0.1.1" description = "Parser combinators built for speed and memory-efficiency" requires = "angstrom lwt.unix result" archive(byte) = "angstrom_lwt_unix.cma" @@ -31,7 +31,7 @@ package "lwt-unix" ( ) package "async" ( - version = "dev" + version = "0.1.1" description = "Parser combinators built for speed and memory-efficiency" requires = "angstrom async result threads" archive(byte) = "angstrom_async.cma" diff --git a/setup.ml b/setup.ml index e95825c..57e48d6 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: 1980cb96102c72816298624b30429851) *) +(* DO NOT EDIT (digest: 3821b4c9a54e34cd0ac08e434ec0bf00) *) (* Regenerated by OASIS v0.4.6 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6884,7 +6884,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "angstrom"; - version = "dev"; + version = "0.1.1"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -7352,8 +7352,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.6"; - oasis_digest = - Some "\230#\182\248\023\142'r\246\025\193\255\160\149\191\181"; + oasis_digest = Some "\254\168T'0'\022\003\023\018\135\207\214/ZI"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -7361,6 +7360,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 7365 "setup.ml" +# 7364 "setup.ml" (* OASIS_STOP *) let () = setup ();;