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. 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. lambdapi >= "3.0.0"
  61. letsencrypt
  62. links
  63. liquidsoap >= "2.1.4"
  64. liquidsoap-core
  65. mechaml >= "1.2.0"
  66. minima-theme
  67. mirage-block-unix
  68. monorobot
  69. moss
  70. naboris
  71. nbd
  72. nbd-tool
  73. obi
  74. ocaml_openapi_generator
  75. ocplib-json-typed
  76. oidc
  77. omigrate
  78. opam-compiler >= "0.2.1"
  79. opamfu
  80. opium >= "0.19.0"
  81. paf
  82. paf-cohttp
  83. pf-qubes
  84. piaf
  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. uri-sexp < "3.1.0"
  102. validate
  103. virtual_dom >= "v0.16.0"
  104. wamp >= "1.1"

Conflicts

None