Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angstrom.0.5.0 - via opam-publish #9606

Merged
merged 1 commit into from
Jun 23, 2017

Conversation

seliopou
Copy link
Contributor

Parser combinators built for speed and memory-efficiency

Angstrom is a parser-combinator library that makes it easy to write efficient,
expressive, and reusable parsers suitable for high-performance applications. It
exposes monadic and applicative interfaces for composition, and supports
incremental input through buffered and unbuffered interfaces. Both interfaces
give the user total control over the blocking behavior of their application,
with the unbuffered interface enabling zero-copy IO. Parsers are backtracking
by default and support unbounded lookahead.



Pull-request generated by opam-publish v0.3.4

@camelus
Copy link
Contributor

camelus commented Jun 23, 2017

✅ All lint checks passed c2ca228
  • These packages passed lint tests: angstrom.0.5.0

✅ Installability check (6964 → 6965)
  • new installable packages (1): angstrom.0.5.0

@samoht samoht merged commit afa1225 into ocaml:master Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants