ocaml-uri

RFC3986 URI parsing library for OCaml

OTHER License

Stars
98
Committers
34

Bot releases are visible (Hide)

ocaml-uri - Add support for IPv6 literals with zones

Published by avsm over 10 years ago

Add RFC6874 compliance for IPv6 literals with zones (#48 by @vbmithr).

ocaml-uri - Expose known services via values in Uri_services

Published by avsm over 10 years ago

Expose the list of known services in the Uri_services and Uri_services_full modules via new functions that list TCP, UDP and an association list of both.

This permits libraries to fold over the list of services in their own uses.

ocaml-uri - More compatible escape encoding, link fixes and remove Uri_IP

Published by avsm over 10 years ago

  • Remove Uri_IP module, superseded by the ipaddr package (#30).
  • Do not depend on camlp4 for link-time, only compile time (#39).
  • Add with_scheme and with_userinfo functional setters (#40).
  • Always percent-escape semicolon in structured query encoding (#44).
ocaml-uri - Support OCaml 3.12.1 again

Published by avsm over 10 years ago

1.3.9 (2013-08-30):

  • Add back support for OCaml 3.12.1 by fixing the compiler-libs linking.
ocaml-uri - Fix toplevel usage

Published by avsm over 10 years ago

  • Rename Install_printer to Uri_top to prevent conflict with other libraries with similar name (#24).
ocaml-uri - Add relative/relative parsing

Published by avsm over 10 years ago

  • Add relative-relative URI resolution support.
  • OCamldoc fixes.
  • Add Travis continous build tests.
ocaml-uri - Be less strict about bad percent encoding

Published by avsm over 10 years ago

  • Be lenient about decoding incorrect encoded percent-strings (#31).
  • Improve ocamldoc for Uri.of_string.
  • Regenerate build files with OASIS 0.4.1.
  • Add an mldylib to build the cmxs Natdynlink plugin properly (#29).
ocaml-uri - Add sexp converters

Published by avsm over 10 years ago

Expose s-expression accessors for most of the Uri external interface, to make it possible to serialize it to human readable form easily.

ocaml-uri - Fix path encoding bugs

Published by avsm over 10 years ago

  • Fix path and path_and_query encoding bugs (#35).
  • Fix userinfo percent-encoding/delimiter bug (#35).
  • Add optional scheme parameter to encoding_of_query.
ocaml-uri - POSIX thread safety

Published by avsm over 10 years ago

Doesn't depend on Re_str any more.