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"] 5doc: "http://config-file.forge.ocamlcore.org/ocamldoc/Config_file.html" 6tags: ["configuration"] 7license: ["LGPL-2.0-or-later"] 8build: [ 9 ["./configure" "--prefix" prefix] 10 [make "all"] 11] 12remove: [["ocamlfind" "remove" "config-file"]] 13depends: [ 14 "ocaml" {>= "4.00" & < "5.0"} 15 "ocamlfind" 16 "camlp4" 17] 18install: [make "install"] 19synopsis: "Small library to define, load and save options files." 20flags: light-uninstall 21url { 22 src: 23 "https://github.com/ocaml/opam-source-archives/raw/main/config-file-1.2.tar.gz" 24 checksum: [ 25 "sha256=f89877269fd6f131a61db4513278bb527748d4147909a87501194a6d59f702ac" 26 "md5=fece1f143285fb5fddf17d5d36a577c5" 27 ] 28}