ocaml-uri
ocaml-uri copied to clipboard
Remove Uri_services/Uri_services_full for a registry package
We should have separate packages for http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml and http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml.
Could this remain backwards compatible for a few releases to avoid a constraint split on uri.1.9.0?
This breaking change will occur in 2.0 which isn't scheduled yet. 1.9 is the next release imminently.
In fact, 1.9 will (finally) expose the uri.services_full findlib package and Uri_services_full module companions to the uri.services package and Uri_services module.
:+1: