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
|
Source: ocaml-config-file
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-ocaml (>= 1.2),
ocaml-dune,
camlp4,
cppo,
libcamlp-streams-ocaml-dev,
ocaml
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://github.com/MisterDA/config-file
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-config-file
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-config-file.git
Package: libconfig-file-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends:
ocaml-findlib
Description: OCaml library for managing configuration files (dev files)
Config_file is an OCaml library used to manage the configuration
file(s) of an application. You simply define your options and it
performs the loading and saving of the options. Each option is
defined from an option class (for example an "int" option) or from a
combination of classes (for example to create "list of int" options).
|