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
  5. aws < "1.2"
  6. aws-s3
  7. azblob
  8. azure-cosmos-db
  9. bap-bundle
  10. bap-byteweight
  11. bap-plugins
  12. bap-std
  13. bap-trace
  14. bap-traces
  15. biocaml
  16. bonsai >= "v0.16.0"
  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 >= "2.4.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 < "2.0.0"
  62. links
  63. liquidsoap >= "2.1.4"
  64. liquidsoap-core
  65. mechaml >= "1.2.0"
  66. miaou-core
  67. minima-theme
  68. mirage-block-unix
  69. monorobot
  70. moss
  71. naboris
  72. nats-client-async
  73. nbd
  74. nbd-tool
  75. obi
  76. ocaml_openapi_generator
  77. ocplib-json-typed
  78. oidc
  79. omigrate
  80. opam-compiler >= "0.2.1"
  81. opamfu
  82. opium >= "0.19.0"
  83. paf
  84. paf-cohttp
  85. pf-qubes
  86. piaf
  87. raga
  88. resto
  89. resto-acl
  90. resto-cohttp-client
  91. resto-cohttp-self-serving-client
  92. satyrographos
  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. uri-sexp < "3.1.0"
  103. validate
  104. virtual_dom >= "v0.16.0"
  105. wamp >= "1.1"

Conflicts

None