File: control

package info (click to toggle)
opam-file-format 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: ml: 2,356; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,154 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
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 (>= 2),
               libalcotest-ocaml-dev <!nocheck>,
               libfmt-ocaml-dev <!nocheck>,
               menhir,
               ocaml-dune,
               ocaml
Rules-Requires-Root: no
Standards-Version: 4.6.2
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, ocaml-findlib
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.