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 < "0.0.4"
  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. jsonschema-core
  75. kubecaml
  76. lambda-runtime
  77. lambdapi >= "3.0.0"
  78. letsencrypt < "2.0.0"
  79. links
  80. liquidsoap >= "2.1.4"
  81. liquidsoap-core
  82. mechaml >= "1.2.0"
  83. memtrace_viewer < "v0.15.0"
  84. minima-theme
  85. mirage-block-unix
  86. monorobot
  87. moss
  88. naboris
  89. nbd
  90. nbd-tool
  91. obi
  92. ocaml_openapi_generator
  93. ocplib-json-typed
  94. oidc
  95. omigrate
  96. opam-compiler >= "0.2.1"
  97. opamfu
  98. opium >= "0.19.0"
  99. paf
  100. paf-cohttp
  101. pf-qubes
  102. piaf
  103. polymarket
  104. pxshot
  105. qdrant
  106. raga
  107. rdf < "0.12.0"
  108. resto
  109. resto-acl
  110. resto-cohttp-client
  111. resto-cohttp-self-serving-client
  112. satyrographos >= "0.0.2.1"
  113. savvy
  114. scgi
  115. sentry
  116. slack
  117. snf_mcp
  118. spotify-web-api
  119. stog >= "0.17.0" & < "0.19.0"
  120. syndic
  121. testcontainers
  122. textrazor
  123. tezt-performance-regression
  124. uri-sexp = "4.0.0"
  125. validate
  126. virtual_dom >= "v0.16.0"
  127. wamp >= "1.1"

Conflicts

None