···
maintainer: "Daniil Baturin <daniil@baturin.org>"
authors: "Daniil Baturin <daniil@baturin.org>"
homepage: "https://github.com/dmbaturin/cfgen"
5
-
bug-reports: "https://github.com/dmbaturin/cfgen/issues"
5
+
bug-reports: "https://github.com/dmbaturin/bnfgen/issues"
7
-
dev-repo: "git+https://github.com/dmbaturin/cfgen.git"
9
-
["./configure" "--prefix=%{prefix}%"]
7
+
dev-repo: "git+https://github.com/dmbaturin/bnfgen.git"
8
+
depends: [ "ocaml" "bnfgen"]
10
+
"cfgen has been renamed to bnfgen and this package is now a transition package.\
11
+
Use bnfgen instead."
12
-
install: [make "install"]
13
-
remove: ["ocamlfind" "remove" "cfgen"]
19
-
synopsis: "Context-free grammar based random text generator"
13
+
synopsis: "This package was renamed to bnfgen."
21
-
cfgen generated random text based on context-free grammars
22
-
defined in BNF-like syntax. It's primarily meant for parser
23
-
fuzzing. If a rule has multiple alternative, they are selected
24
-
randomly. To influence the choice, you can specify weight for
25
-
each alternative, as in
26
-
<start> ::= 10 "aaa" <start> | 5 "bbb" <start> | "ccc";"""
27
-
flags: light-uninstall
29
-
src: "https://github.com/dmbaturin/cfgen/archive/1.0.zip"
30
-
checksum: "md5=8036d9283ae8c83a710872a9455f4435"
15
+
cfgen has been renamed to bnfgen.
16
+
This is a transition package, use bnfgen package instead."""