Skip to content

A library for building composable URI parsers using ppx_typed_fields.

License

Notifications You must be signed in to change notification settings

janestreet/uri_parsing

Repository files navigation

URI Parsing

URI Parsing is a library for building composable URI parsers using ppx_typed_fields.

See the Bonsai Guide chapter on urls. This library contains the "typed" parsing/unparsing module for URL Var. The reason that this library exists as a separate library is that URL Var has a JavaScript browser dependency which makes it unable to run outside of a JavaScript browser context.

Splitting off the parsing/unparsing logic allows it to be used on native OCaml.

About

A library for building composable URI parsers using ppx_typed_fields.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages