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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
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.
|