this repo has no description
1opam-version: "2.0"
2maintainer: "Daniil Baturin <daniil@baturin.org>"
3authors: "Daniil Baturin <daniil@baturin.org>"
4homepage: "https://github.com/dmbaturin/cfgen"
5bug-reports: "https://github.com/dmbaturin/bnfgen/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/dmbaturin/bnfgen.git"
8depends: [ "ocaml" "bnfgen"]
9post-messages: [
10 "cfgen has been renamed to bnfgen and this package is now a transition package.\
11 Use bnfgen instead."
12]
13synopsis: "This package was renamed to bnfgen."
14description: """
15cfgen has been renamed to bnfgen.
16This is a transition package, use bnfgen package instead."""