opam-version: "2.0" synopsis: "A library used to manage configuration files" description: """ Config_file is a 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 in a file. You can also use the same options in the command line. """ maintainer: ["Antonin Décimo "] authors: [ "Antonin Décimo " "Fabrice Le Fessant " "Maxence Guesdon " "Jean-Baptiste Rouquier " ] license: "LGPL-2.0-or-later" homepage: "https://github.com/MisterDA/config-file" bug-reports: "https://github.com/MisterDA/config-file/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.02" & < "5.0"} "camlp4" {build} "cppo" {>= "1.6.7" & build} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/MisterDA/config-file.git" url { src: "https://github.com/MisterDA/config-file/releases/download/release-1.2.1/config-file-release-1.2.1.tbz" checksum: [ "sha256=01d5c5065e5bbd7a8f1ee0659aea1d651a0c81d10117243739b43d7d3084a14b" "sha512=d2411618690715d00f29351dc976c23dc84bc9a3bd93b7139750e26a741fb853d2d611b0fd19d23094f876f93f4d4bb9c11e2ef0593571dc66240b1c85b37bbd" ] } x-commit-hash: "cbd9eff5fdd6bbf2947cf58207a96fe464bd839e"