package uri

  1. Overview
  2. Docs
An RFC3986 URI/URL parsing library

Install

Dune Dependency

Authors

Maintainers

Sources

uri-v3.0.0.tbz
sha256=8fb334fba6ebbf879e2e82d80d6adee8bdaf6cec3bb3da248110d805477d19fa
sha512=553c18032a7c96cccdc8e37f497ce34e821b9dd089cfc8685783b7ade1d4dfa422722e4724abcba8b1171b51fa91a2bee297396fc7c349118069b6352e07881e

Description

This is an OCaml implementation of the RFC3986 specification for parsing URI or URLs.

README

Uri -- an RFC3986 URI/URL parsing library

This is an OCaml implementation of the RFC3986 specification for parsing URI or URLs.

Installation

Via OPAM

The OPAM package manager can be used to install this library from source.

opam install uri

Locally

You can build the source code locally via the dune build system.

opam install uri --deps-only
eval `opam config env`
dune build
dune runtest

will install the dependencies via OPAM, build the library and then run the tests in the lib_test/ directory.

Usage

Once installed, there are three ocamlfind packages available for your use:

  • uri - the base Uri module

  • uri.top - the toplevel printers for use with utop

  • uri-sexp - provides converters to and from s-expressions (via a Uri_sexp.t type alias)

  • uri.services - the Uri_services module that provides the equivalent of services(5)

  • uri.services_full - the Uri_services_full module that provides a complete copy of the /etc/services file. This is quite large and normally not needed.

Contact

Dependencies (4)

  1. stringext >= "1.4.0"
  2. re >= "1.9.0"
  3. dune >= "1.2.0"
  4. ocaml >= "4.04.0"

Dev Dependencies (2)

  1. ppx_sexp_conv with-test & >= "v0.9.0"
  2. ounit with-test & >= "1.0.2"

  1. amqp-client-async >= "2.1.0"
  2. amqp-client-lwt >= "2.1.0"
  3. archetype < "0.1.5" | >= "1.2.10"
  4. async_js >= "v0.13.0"
  5. aws < "1.2"
  6. aws-s3
  7. azblob
  8. azure-cosmos-db
  9. bap-bundle
  10. bap-byteweight >= "2.2.0"
  11. bap-plugins >= "2.2.0"
  12. bap-std
  13. bap-trace >= "2.2.0"
  14. bap-traces
  15. bap-veri
  16. biocaml
  17. bonsai >= "v0.16.0"
  18. builder-web
  19. calculon-web
  20. capnp-rpc >= "2.1"
  21. capnp-rpc-lwt < "2.0"
  22. capnp-rpc-net
  23. caqti
  24. carbon
  25. cohttp >= "2.4.0"
  26. cohttp-async >= "2.4.0"
  27. cohttp-eio
  28. cohttp-lwt >= "4.0.0"
  29. conduit
  30. conduit-lwt-unix
  31. cookie
  32. cow
  33. dns < "4.4.1"
  34. ezresto
  35. gemini
  36. git < "3.2.0"
  37. git-mirage
  38. git-net
  39. git-paf
  40. git-unix >= "3.2.0"
  41. github
  42. gitlab
  43. hvsock >= "2.0.0"
  44. hyper
  45. icalendar
  46. ip2locationio
  47. ip2whois
  48. irmin
  49. irmin-cli
  50. irmin-git
  51. irmin-http
  52. irmin-mirage-git
  53. irmin-mirage-graphql
  54. irmin-server
  55. irmin-unix
  56. json-data-encoding
  57. jsonschema
  58. kubecaml
  59. lambda-runtime
  60. letsencrypt
  61. links
  62. liquidsoap >= "2.1.4"
  63. liquidsoap-core
  64. mechaml >= "1.2.0"
  65. minima-theme
  66. mirage-block-unix
  67. monorobot
  68. moss
  69. naboris
  70. nbd
  71. nbd-tool
  72. obi
  73. ocaml_openapi_generator
  74. ocplib-json-typed
  75. oidc
  76. omigrate
  77. opamfu
  78. opium >= "0.19.0"
  79. paf
  80. paf-cohttp
  81. pf-qubes
  82. piaf
  83. rdf < "0.12.0"
  84. resto
  85. resto-acl
  86. resto-cohttp-client
  87. resto-cohttp-self-serving-client
  88. satyrographos >= "0.0.2.1"
  89. savvy
  90. scgi
  91. sentry
  92. slack
  93. snf_mcp
  94. spotify-web-api
  95. stog >= "0.17.0" & < "0.19.0"
  96. syndic
  97. textrazor
  98. tezos-test-helpers < "16.0"
  99. uri-sexp < "3.1.0"
  100. validate
  101. virtual_dom >= "v0.16.0"
  102. wamp >= "1.1"

Conflicts

None

OCaml

Innovation. Community. Security.