package angstrom
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Parser combinators built for speed and memory-efficiency
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.11.2.tar.gz
sha256=f67e7fad1af4a6cce4cc42dbfbba4224b4cc3775b46612969bf67ee914bcf624
md5=4275bc9b14ab9a42d14c3420cda33947
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: 24 Mar 2019
Dependencies (4)
- result
- bigstringaf
-
dune
>= "1.0" -
ocaml
>= "4.03.0"
Dev Dependencies (1)
-
alcotest
with-test & >= "0.8.1"
Used by (30)
-
angstrom-async
>= "0.11.0" - angstrom-lwt-unix
-
angstrom-unix
>= "0.11.0" -
coin
< "0.1.3" -
colombe
< "0.3.0" - dap
-
email_message
< "v0.14.0" -
emile
>= "0.2" & < "0.9" -
encore
< "0.5" -
fluxt
>= "0.0.1~beta2" -
graphql_parser
>= "0.5.0" & < "0.9.0" -
h2
< "0.6.0" - hpack
-
httpaf
>= "0.4.1" & < "0.7.0" -
hxd
< "0.2.0" -
mrmime
< "0.3.0" - multipart_form-eio
- multipart_form-lwt
- multipart_form-miou
- parseff
- pb
- pb-plugin
-
piaf
< "0.2.0" -
received
< "0.3.0" -
semver2
< "1.1.0" -
ssh-agent
>= "0.2.0" & < "0.3.1" -
unstrctrd
< "0.2" -
uuuu
< "0.3.0" -
vcaml
< "v0.14.0" - websocketaf
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page