= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Parser combinators built for speed and memory-efficiency
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
0.5.1.tar.gz
md5=09a10b34cffd38a7111fcf58051f7e5e
Description
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.
Published: 25 Jun 2017
Dependencies (6)
- result
-
ocamlbuild
build
-
ocamlfind
build
-
ocplib-endian
>= "0.6"
-
cstruct
>= "0.7.0"
-
ocaml
>= "4.03.0" & < "4.06.0"
Development Dependencies (1)
-
alcotest
with-test & >= "0.6.0" & < "0.8.0"
Reverse Dependencies (19)
-
angstrom-async
< "0.7.0"
- angstrom-lwt-unix
- angstrom-unix
-
coin
< "0.1.2"
-
colombe
< "0.2.0"
- dap
-
earlybird
< "1.0.0"
-
email_message
>= "v0.10.0" & < "v0.14.0"
-
graphql
< "0.4.0"
-
graphql_parser
< "0.5.0"
-
hpack
!= "0.9.0"
-
icalendar
< "0.1.4"
- multipart_form-lwt
- nosetup
-
osbx
< "1.2.4"
- piaf
-
tldr
< "0.3.0"
-
uuuu
< "0.2.0"
-
vcaml
< "v0.14.0"
Conflicts (1)
-
async
>= "v0.10.0"