Skip to content

Commit

Permalink
Merge pull request #26939 from mmottl/release-cfg-2.3.1
Browse files Browse the repository at this point in the history
[new release] cfg (2.3.1)
  • Loading branch information
avsm authored Nov 25, 2024
2 parents 727427c + 7bcd1f5 commit d9dd01a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/cfg/cfg.2.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "CFG - Context-Free Grammars"
description:
"CFG is a library for verifying and manipulating context-free grammars."
maintainer: ["Markus Mottl <[email protected]>"]
authors: ["Markus Mottl <[email protected]>"]
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"

0 comments on commit d9dd01a

Please sign in to comment.