this repo has no description

[new release] cfg (2.3.1)

CHANGES:

- Reformatted everything with ocamlformat

Changed files
+39
packages
cfg
cfg.2.3.1
+39
packages/cfg/cfg.2.3.1/opam
···
+
opam-version: "2.0"
+
synopsis: "CFG - Context-Free Grammars"
+
description:
+
"CFG is a library for verifying and manipulating context-free grammars."
+
maintainer: ["Markus Mottl <markus.mottl@gmail.com>"]
+
authors: ["Markus Mottl <markus.mottl@gmail.com>"]
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
homepage: "https://mmottl.github.io/cfg"
+
doc: "https://mmottl.github.io/cfg/api"
+
bug-reports: "https://github.com/mmottl/cfg/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"menhir" {>= "20180523"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mmottl/cfg.git"
+
url {
+
src: "https://github.com/mmottl/cfg/releases/download/2.3.1/cfg-2.3.1.tbz"
+
checksum: [
+
"sha256=55ca21a8fef9a3a69999dbe47dcee79c85f673c7ed692501c791e44cb598b342"
+
"sha512=153cf370546e254d0e9c283e865afb6d4abd3128f3b3ed67fd38e64297b3657581d49e02668e9708346e453dce9141b865815770efa74941b6581975b49fb0ec"
+
]
+
}
+
x-commit-hash: "8f10d17b353ff3c70ca7c2ba01754303264fae88"