File: control

package info (click to toggle)
ocaml-augeas 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: ansic: 442; sh: 340; ml: 140; makefile: 97
file content (30 lines) | stat: -rw-r--r-- 791 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
Source: ocaml-augeas
Section: ocaml
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-ocaml (>= 0.9),
 ocaml-findlib,
 ocaml,
 pkgconf,
 libaugeas-dev (>= 1.2.0),
 libxml2-dev
Standards-Version: 4.7.3
Homepage: https://people.redhat.com/rjones/augeas/
Vcs-Browser: https://salsa.debian.org/debian/ocaml-augeas
Vcs-Git: https://salsa.debian.org/debian/ocaml-augeas.git

Package: libaugeas-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Provides:
 ${ocaml:Provides}
Description: OCaml bindings to the Augeas configuration library
 Augeas is a unified system for editing arbitrary configuration files.
 .
 This package provides complete OCaml bindings for Augeas.