Source: omd
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Bo YU <tsu.yubo@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 ocaml-dune,
 libdune-ocaml-dev,
 ocaml,
 dh-ocaml (>=1.2),
 libfindlib-ocaml,
 libuutf-ocaml-dev,
 libuucp-ocaml-dev,
 libuunf-ocaml-dev,
 libppx-expect-ocaml-dev,
 ocaml-odoc,
 help2man,
Standards-Version: 4.7.0
Homepage: https://github.com/ocaml/omd
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/omd.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/omd

Package: omd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: Markdown frontend in pure OCaml (tools)
 This Markdown library is implemented using only pure OCaml (including
 I/O operations provided by the standard OCaml compiler distribution).
 OMD is meant to be as faithful as possible to the original Markdown.
 Additionally, OMD implements a few Github markdown features, an
 extension mechanism, and some other features. Note that the opam
 package installs both the OMD library and the command line tool
 `omd`.
 .
 This package contains the `omd` tool.

Package: libomd-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${ocaml:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: Markdown frontend in pure OCaml (development)
 This Markdown library is implemented using only pure OCaml (including
 I/O operations provided by the standard OCaml compiler distribution).
 OMD is meant to be as faithful as possible to the original Markdown.
 Additionally, OMD implements a few Github markdown features, an
 extension mechanism, and some other features. Note that the opam
 package installs both the OMD library and the command line tool
 `omd`.
 .
 This package contains the development files.


Package: libomd-ocaml
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${ocaml:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: Markdown frontend in pure OCaml (runtime)
 This Markdown library is implemented using only pure OCaml (including
 I/O operations provided by the standard OCaml compiler distribution).
 OMD is meant to be as faithful as possible to the original Markdown.
 Additionally, OMD implements a few Github markdown features, an
 extension mechanism, and some other features. Note that the opam
 package installs both the OMD library and the command line tool
 `omd`.
 .
 This package contains the runtime files.
