opam-version: "2.0" maintainer: "zoggy@bat8.org" homepage: "http://config-file.forge.ocamlcore.org/" authors: ["Jean-Baptiste Rouquier" "Fabrice Le Fessant" "Maxence Guesdon"] doc: "http://config-file.forge.ocamlcore.org/ocamldoc/Config_file.html" tags: ["configuration"] license: ["LGPL-2.0-or-later"] build: [ ["./configure" "--prefix" prefix] [make "all"] ] remove: [["ocamlfind" "remove" "config-file"]] depends: [ "ocaml" {>= "4.00" & < "5.0"} "ocamlfind" "camlp4" ] install: [make "install"] synopsis: "Small library to define, load and save options files." flags: light-uninstall url { src: "https://github.com/ocaml/opam-source-archives/raw/main/config-file-1.2.tar.gz" checksum: [ "sha256=f89877269fd6f131a61db4513278bb527748d4147909a87501194a6d59f702ac" "md5=fece1f143285fb5fddf17d5d36a577c5" ] }