File: control

package info (click to toggle)
opam-file-format 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: ml: 2,056; sh: 146; makefile: 109
file content (28 lines) | stat: -rw-r--r-- 1,023 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
Source: opam-file-format
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: nicoo <nicoo@debian.org>
Section: ocaml
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-ocaml,
               ocaml-findlib,
               ocaml-nox
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/ocaml/opam-file-format/
Vcs-Git: https://salsa.debian.org/ocaml-team/opam-file-format.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/opam-file-format

Package: libopam-file-format-ocaml-dev
Architecture: any
Depends: ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: opam
Description: Parser and printer for the opam file syntax
 opam-file-format is a library for printing and parsing opam files.
 It is the one used by the OPAM package manager, making it authoritative
 in that it accepts exactly the syntax that OPAM itself uses.
 .
 This binary package provides the development files.