package uri

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

Install

dune-project
 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

Build Status

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. catala-lsp
  26. cohttp >= "2.4.0"
  27. cohttp-async >= "2.4.0"
  28. cohttp-eio
  29. cohttp-lwt >= "4.0.0"
  30. conduit
  31. conduit-lwt-unix
  32. cookie
  33. cow
  34. dns < "4.4.1"
  35. ezresto
  36. gemini
  37. git < "3.2.0"
  38. git-mirage
  39. git-net
  40. git-paf
  41. git-unix >= "3.2.0"
  42. github
  43. gitlab
  44. hvsock >= "2.0.0"
  45. hyper
  46. icalendar
  47. ip2locationio
  48. ip2whois
  49. irmin
  50. irmin-cli
  51. irmin-git
  52. irmin-http
  53. irmin-mirage-git
  54. irmin-mirage-graphql
  55. irmin-server
  56. irmin-unix
  57. json-data-encoding
  58. jsonschema
  59. kubecaml
  60. lambda-runtime
  61. lambdapi >= "3.0.0"
  62. letsencrypt
  63. links
  64. liquidsoap >= "2.1.4"
  65. liquidsoap-core
  66. mechaml >= "1.2.0"
  67. minima-theme
  68. mirage-block-unix
  69. monorobot
  70. moss
  71. naboris
  72. nbd
  73. nbd-tool
  74. obi
  75. ocaml_openapi_generator
  76. ocplib-json-typed
  77. oidc
  78. omigrate
  79. opam-compiler >= "0.2.1"
  80. opamfu
  81. opium >= "0.19.0"
  82. paf
  83. paf-cohttp
  84. pf-qubes
  85. piaf
  86. raga
  87. rdf < "0.12.0"
  88. resto
  89. resto-acl
  90. resto-cohttp-client
  91. resto-cohttp-self-serving-client
  92. satyrographos >= "0.0.2.1"
  93. savvy
  94. scgi
  95. sentry
  96. slack
  97. snf_mcp
  98. spotify-web-api
  99. stog >= "0.17.0" & < "0.19.0"
  100. syndic
  101. textrazor
  102. tezos-test-helpers < "16.0"
  103. uri-sexp < "3.1.0"
  104. validate
  105. virtual_dom >= "v0.16.0"
  106. wamp >= "1.1"

Conflicts

None