package uri

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uri-v2.2.1.tbz
sha256=f6348edbae9b9011b3f65e85e775f2cf7b87735c5ceb54d6962377daec3bf56b
sha512=28a4a659695d5d02f8a1b2965cbb05bc864bea5576c447707bb7db0e7411cafc78323ba6729e32b8b31fdc24a53e906274812d377e62829ebc9ebd6602331176

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 (6)

  1. stringext >= "1.4.0"
  2. sexplib0 < "v0.15"
  3. re >= "1.9.0"
  4. ppx_sexp_conv build & >= "v0.9.0"
  5. dune >= "1.2.0"
  6. ocaml >= "4.04.0"

Dev Dependencies (1)

  1. 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. builder-web
  18. calculon-web
  19. capnp-rpc >= "2.1"
  20. capnp-rpc-lwt < "2.0"
  21. capnp-rpc-net
  22. caqti
  23. carbon
  24. catala-lsp
  25. cohttp >= "1.2.0"
  26. cohttp-async
  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. lambdapi >= "3.0.0"
  61. letsencrypt
  62. links
  63. liquidsoap >= "2.1.4"
  64. liquidsoap-core
  65. mechaml
  66. minima-theme
  67. mirage-block-unix
  68. monorobot
  69. moss
  70. naboris
  71. nbd
  72. nbd-tool
  73. obi
  74. ocplib-json-typed
  75. oidc
  76. omigrate
  77. opam-compiler >= "0.2.1"
  78. opamfu
  79. opium >= "0.19.0"
  80. paf
  81. paf-cohttp
  82. pf-qubes
  83. piaf
  84. raga
  85. rdf < "0.12.0"
  86. resto
  87. resto-acl
  88. resto-cohttp-client
  89. resto-cohttp-self-serving-client
  90. satyrographos < "0.0.2.1"
  91. savvy
  92. scgi
  93. sentry
  94. slack
  95. snf_mcp
  96. spotify-web-api
  97. stog >= "0.17.0" & < "0.19.0"
  98. syndic
  99. textrazor
  100. tezos-test-helpers < "16.0"
  101. validate
  102. wamp >= "1.1"

Conflicts

None