this repo has no description
1opam-version: "2.0" 2maintainer: "zoggy@bat8.org" 3homepage: "http://config-file.forge.ocamlcore.org/" 4authors: ["Jean-Baptiste Rouquier" "Fabrice Le Fessant" "Maxence Guesdon"] 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make "all"] 8] 9remove: [ 10 ["./configure" "--prefix" prefix] 11 [make "uninstall"] 12] 13depends: ["ocaml" {< "5.0"} "ocamlfind" "camlp4"] 14install: [make "install"] 15synopsis: "Small library to define, load and save options files." 16url { 17 src: 18 "https://github.com/ocaml/opam-source-archives/raw/main/config-file-1.1.tar.gz" 19 checksum: [ 20 "sha256=13afa0c65c7d431722d2bc7e00247e295828831d972a7386fe0a72d1891eba68" 21 "md5=7bc051234ceb29ffd5823ee6bcffe19c" 22 ] 23}