File: control

package info (click to toggle)
ocaml-mdx 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: ml: 6,940; sh: 18; makefile: 3
file content (55 lines) | stat: -rw-r--r-- 1,912 bytes parent folder | download
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
Source: ocaml-mdx
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (= 13),
               ocaml-dune (>= 2.8.0),
               dh-ocaml (>= 1.2.2),
               cppo,
               libalcotest-ocaml-dev,
               libastring-ocaml-dev,
               libcsexp-ocaml-dev,
               liblogs-ocaml-dev,
               libcmdliner-ocaml-dev,
               libre-ocaml-dev,
               liblwt-ocaml-dev,
               libcamlp-streams-ocaml-dev,
               libocaml-version-ocaml-dev,
               libresult-ocaml-dev,
               ocaml-findlib,
               ocaml
Standards-Version: 4.7.2
Homepage: https://github.com/realworldocaml/mdx
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-mdx
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-mdx.git

Package: libmdx-ocaml
Architecture: any
Depends: ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: execute OCaml code inside markdown documentation -- runtime files
 Executing code blocks within documentation allows them to
 be kept up to date. It supports Markdown and mli/mld
 documentation types.
 .
 This package contains only the executables

Package: libmdx-ocaml-dev
Architecture: any
Depends: libmdx-ocaml (= ${binary:Version}),
         ocaml-findlib,
         libdune-ocaml-dev,
         ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: execute OCaml code inside markdown documentation -- development files
 Executing code blocks within documentation allows them to
 be kept up to date. It supports Markdown and mli/mld
 documentation types.
 .
 This package contains all the development stuff you need to develop
 OCaml programs which use ocaml-mdx.