opam-version: "2.0" maintainer: "zoggy@bat8.org" homepage: "http://config-file.forge.ocamlcore.org/" authors: ["Jean-Baptiste Rouquier" "Fabrice Le Fessant" "Maxence Guesdon"] build: [ ["./configure" "--prefix" prefix] [make "all"] ] remove: [ ["./configure" "--prefix" prefix] [make "uninstall"] ] depends: ["ocaml" {< "5.0"} "ocamlfind" "camlp4"] install: [make "install"] synopsis: "Small library to define, load and save options files." url { src: "https://github.com/ocaml/opam-source-archives/raw/main/config-file-1.1.tar.gz" checksum: [ "sha256=13afa0c65c7d431722d2bc7e00247e295828831d972a7386fe0a72d1891eba68" "md5=7bc051234ceb29ffd5823ee6bcffe19c" ] }