package uri

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uri-1.9.6.tbz
sha256=e04fc2c349663e9d1ad81b82a316413dd434d2f72fe62963249183d3782e04d5
md5=a6c4fbbe8e3fd84059fac7bd7bc7b3d2

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

Build Status

Dependencies (8)

  1. stringext >= "1.4.0"
  2. sexplib >= "v0.9.0"
  3. re
  4. ppx_sexp_conv >= "v0.9.0"
  5. ocaml-migrate-parsetree < "2.0.0"
  6. jbuilder >= "1.0+beta7"
  7. base-bytes
  8. 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. archetype < "0.1.5" | >= "1.2.10"
  4. aws < "1.2"
  5. aws-s3
  6. awskit-eio
  7. awskit-lwt
  8. awskit-lwt-unix
  9. awskit-s3
  10. awskit-s3-sim
  11. azblob
  12. azure-cosmos-db
  13. bap-bundle
  14. bap-byteweight
  15. bap-plugins
  16. bap-std
  17. bap-trace
  18. bap-traces
  19. biocaml
  20. builder-web
  21. calculon-web
  22. capnp-rpc >= "2.1"
  23. capnp-rpc-lwt < "2.0"
  24. capnp-rpc-net
  25. caqti < "2.0.1"
  26. carbon
  27. catala-lsp
  28. cohttp < "1.2.0"
  29. cohttp-eio
  30. conduit
  31. conduit-lwt-unix
  32. cookie
  33. cow
  34. dns < "4.4.1"
  35. ezresto
  36. gemini
  37. git < "3.2.0"
  38. git-mirage
  39. git-net
  40. git-paf
  41. git-unix >= "3.2.0"
  42. github
  43. gitlab
  44. hvsock >= "2.0.0"
  45. hyper
  46. icalendar
  47. ip2locationio
  48. ip2whois
  49. irmin
  50. irmin-cli
  51. irmin-git
  52. irmin-http
  53. irmin-mirage-git
  54. irmin-mirage-graphql
  55. irmin-server
  56. irmin-unix
  57. json-data-encoding
  58. jsonschema
  59. kubecaml
  60. lambda-runtime
  61. lambdapi >= "3.0.0"
  62. letsencrypt < "2.0.0"
  63. links
  64. liquidsoap >= "2.1.4"
  65. liquidsoap-core
  66. mechaml
  67. miaou-core
  68. minima-theme
  69. mirage-block-unix
  70. monorobot
  71. moss
  72. nats-client-async
  73. nbd
  74. nbd-tool
  75. obi
  76. ocplib-json-typed
  77. oidc
  78. omigrate
  79. opam-compiler >= "0.2.1"
  80. opamfu
  81. opium_kernel < "0.17.1"
  82. paf
  83. paf-cohttp
  84. pf-qubes
  85. piaf
  86. raga
  87. resto
  88. resto-acl
  89. resto-cohttp-client
  90. resto-cohttp-self-serving-client
  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. validate
  101. wamp

Conflicts

None