1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: ocaml-uri
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
ocaml-dune,
libounit-ocaml-dev <!nocheck>,
libppx-sexp-conv-ocaml-dev,
libstringext-ocaml-dev,
libangstrom-ocaml-dev,
libsexplib0-ocaml-dev,
dh-ocaml (>= 1.2.2)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/mirage/ocaml-uri
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-uri.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-uri
Package: liburi-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: RFC3986 URI/URL parsing library in OCaml (dev)
This is an OCaml implementation of the RFC3986 specification for
parsing URI or URLs.
.
This package contains development files.
Package: liburi-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: RFC3986 URI/URL parsing library in OCaml (runtime)
This is an OCaml implementation of the RFC3986 specification for
parsing URI or URLs.
.
This package contains the shared runtime libraries.
|