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 Jan 27, 2017
1 parent 01fa1de commit 4fda294
Show file tree
Hide file tree
Showing 4 changed files with 3,457 additions and 4,628 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.3.0
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: be05094bb48078b1a74861cd40b3c5c0)
version = "0.3.0"
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.3.0"
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.3.0"
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.3.0"
description = "Parser combinators built for speed and memory-efficiency"
requires = "angstrom async result threads"
archive(byte) = "angstrom_async.cma"
Expand Down
Loading

0 comments on commit 4fda294

Please sign in to comment.