Source: ocaml-config-file Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper (>= 9), dh-ocaml (>= 0.9), ocaml-findlib (>= 1.4), camlp4, ocaml-nox (>= 4) Standards-Version: 3.9.5 Section: ocaml Homepage: http://config-file.forge.ocamlcore.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-config-file.git Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/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).