package uri

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

Install

Dune Dependency

Authors

Maintainers

Sources

uri-v2.0.0.tbz
md5=810f631627c1113e5e0c39e1f28025e9

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 Jbuilder build system.

opam install uri --deps-only
eval `opam config env`
jbuilder build --dev
jbuilder 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.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 (6)

  1. stringext >= "1.4.0"
  2. sexplib0
  3. re >= "1.7.2"
  4. ppx_sexp_conv >= "v0.9.0"
  5. dune >= "1.2.0" & < "2.0"
  6. ocaml >= "4.03.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. arakoon >= "1.9.0"
  4. archetype < "0.1.5" | >= "1.2.10"
  5. async_js = "v0.10.0" | = "v0.12.0"
  6. aws >= "1.0.0" & < "1.2"
  7. aws-s3 >= "4.0.0"
  8. azblob
  9. azure-cosmos-db
  10. bap >= "0.9.4" & < "1.0.0"
  11. bap-bundle
  12. bap-byteweight >= "2.2.0"
  13. bap-plugins >= "2.2.0"
  14. bap-server
  15. bap-std
  16. bap-trace >= "2.2.0"
  17. bap-traces
  18. bap-veri
  19. biocaml >= "0.4.0"
  20. bt
  21. builder-web
  22. calculon-web
  23. capnp-rpc-lwt >= "0.2"
  24. capnp-rpc-net
  25. caqti < "2.0.1"
  26. carbon
  27. cohttp >= "1.2.0"
  28. cohttp-async >= "1.2.0"
  29. cohttp-eio
  30. cohttp-lwt >= "4.0.0"
  31. conduit >= "1.3.0" & != "3.0.0"
  32. conduit-lwt-unix
  33. cookie
  34. cow >= "0.5.4"
  35. datakit
  36. datakit-bridge-github
  37. datakit-ci >= "0.12.2" & < "1.0.0"
  38. datakit-client < "0.11.0"
  39. datakit-github
  40. datakit-server < "0.11.0"
  41. dns < "0.7.0" | >= "1.0.0" & < "4.0.0"
  42. dropbox < "0.2"
  43. ezresto
  44. facebook-sdk
  45. gemini
  46. git < "3.0.0"
  47. git-mirage >= "3.7.0"
  48. git-paf
  49. git-unix >= "3.0.0"
  50. github >= "0.3.1"
  51. gitlab
  52. hvsock >= "2.0.0"
  53. hyper
  54. icalendar
  55. ip2locationio
  56. irmin
  57. irmin-cli
  58. irmin-git >= "2.3.0"
  59. irmin-http >= "2.3.0"
  60. irmin-mirage-git >= "2.3.0"
  61. irmin-mirage-graphql >= "2.3.0"
  62. irmin-server
  63. irmin-unix >= "2.3.0"
  64. json-data-encoding
  65. ketrew
  66. kubecaml
  67. lambda-runtime
  68. letsencrypt >= "0.3.0"
  69. links >= "0.9"
  70. liquidsoap >= "2.1.1" & < "2.2.0"
  71. liquidsoap-core
  72. mechaml
  73. message-switch
  74. minima-theme
  75. mirage-block-unix >= "2.4.0"
  76. monorobot
  77. moss
  78. nbd >= "2.0.1"
  79. nbd-tool
  80. obi
  81. ocplib-json-typed
  82. oidc
  83. omigrate
  84. opam-query
  85. opam2web >= "1.3.0"
  86. opamfu
  87. paf
  88. paf-cohttp
  89. pf-qubes
  90. piaf
  91. rdf >= "0.10.0" & < "0.12.0"
  92. resto
  93. resto-acl
  94. resto-cohttp-client
  95. resto-cohttp-self-serving-client
  96. satyrographos < "0.0.2.1"
  97. scgi
  98. sentry
  99. slack
  100. sociaml-facebook-api
  101. sociaml-oauth-client
  102. sociaml-tumblr-api
  103. spotify-web-api
  104. stog >= "0.17.0" & < "0.19.0"
  105. syndic
  106. textrazor
  107. tezos-stdlib-unix < "7.4"
  108. tezos-test-helpers >= "10.2" & < "14.0"
  109. trakeva >= "0.1.0"
  110. validate
  111. vhd-tool
  112. wamp >= "1.1"
  113. xapi-idl
  114. xe
  115. xen-api-client
  116. xentropyd

Conflicts

None