package uri

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uri-v4.0.0.tbz
sha256=000d9928877581c4f2fe6e02dee41db9cc4cb1f21e383f3b6ee3a7eadfb4298f
sha512=954b082b9409717bd59164b8a03196af9320f60fcb529bf885ba1771a4097aaf6c4cc3769e1d7b8be5239bfb690119b53b6a3fa6282a5ac5a5544119d82b1b7e

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. angstrom >= "0.14.0"
  2. stringext >= "1.4.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-uri < "0.2" | = "0.3.0"
  5. async_js >= "v0.13.0"
  6. aws < "1.2"
  7. aws-s3
  8. azblob
  9. azure-cosmos-db
  10. bap-bundle
  11. bap-byteweight >= "2.2.0"
  12. bap-plugins >= "2.2.0"
  13. bap-std >= "2.2.0"
  14. bap-trace >= "2.2.0"
  15. bap-traces
  16. bap-veri
  17. biocaml
  18. bonsai >= "v0.16.0"
  19. builder-web
  20. calculon-web
  21. caldav
  22. canary
  23. capnp-rpc >= "2.1"
  24. capnp-rpc-lwt < "2.0"
  25. capnp-rpc-net
  26. caqti
  27. caqti-driver-postgresql >= "1.9.1"
  28. carbon
  29. catala-lsp
  30. cohttp >= "2.4.0"
  31. cohttp-async >= "2.4.0"
  32. cohttp-eio
  33. cohttp-lwt >= "4.0.0"
  34. conduit
  35. conduit-async >= "5.1.0"
  36. conduit-lwt-unix
  37. conduit-mirage >= "6.2.2"
  38. cookie
  39. cow
  40. current_examples
  41. current_github
  42. current_slack
  43. current_web
  44. dns < "4.4.1"
  45. dream < "1.0.0~alpha2"
  46. ezresto
  47. gemini
  48. git < "3.2.0"
  49. git-cohttp
  50. git-cohttp-unix
  51. git-mirage
  52. git-net
  53. git-paf
  54. git-unix >= "3.2.0"
  55. github
  56. gitlab
  57. grpc
  58. httpaf_caged
  59. hvsock >= "2.0.0"
  60. hyper
  61. icalendar
  62. ip2locationio
  63. ip2whois
  64. irmin
  65. irmin-cli
  66. irmin-git
  67. irmin-http
  68. irmin-mirage-git
  69. irmin-mirage-graphql
  70. irmin-server
  71. irmin-unix
  72. json-data-encoding
  73. jsonschema
  74. kubecaml
  75. lambda-runtime
  76. lambdapi >= "3.0.0"
  77. letsencrypt
  78. links
  79. liquidsoap >= "2.1.4"
  80. liquidsoap-core
  81. mechaml >= "1.2.0"
  82. memtrace_viewer < "v0.15.0"
  83. minima-theme
  84. mirage-block-unix
  85. monorobot
  86. moss
  87. naboris
  88. nbd
  89. nbd-tool
  90. obi
  91. ocaml_openapi_generator
  92. ocplib-json-typed
  93. oidc
  94. omigrate
  95. opam-compiler >= "0.2.1"
  96. opamfu
  97. opium >= "0.19.0"
  98. paf
  99. paf-cohttp
  100. pf-qubes
  101. piaf
  102. polymarket
  103. pxshot
  104. qdrant
  105. raga
  106. rdf < "0.12.0"
  107. resto
  108. resto-acl
  109. resto-cohttp-client
  110. resto-cohttp-self-serving-client
  111. satyrographos >= "0.0.2.1"
  112. savvy
  113. scgi
  114. sentry
  115. slack
  116. snf_mcp
  117. spotify-web-api
  118. stog >= "0.17.0" & < "0.19.0"
  119. syndic
  120. textrazor
  121. tezt-performance-regression
  122. uri-sexp = "4.0.0"
  123. validate
  124. virtual_dom >= "v0.16.0"
  125. wamp >= "1.1"

Conflicts

None