Skip to content

Commit

Permalink
[new release] coccinelle (1.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
evdenis committed Nov 16, 2024
1 parent a6cd5e9 commit 8e0cddc
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/coccinelle/coccinelle.1.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
authors: "Julia Lawall et. al."
maintainer: "[email protected]"
bug-reports: "[email protected]"
homepage: "https://coccinelle.gitlabpages.inria.fr/website/"
dev-repo: "git+https://github.com/coccinelle/coccinelle"
license: "GPL-2.0-only"
build: [
["./autogen"]
["./configure" "--enable-opt" "--enable-ocaml" "--enable-python" "--enable-pcre-syntax" "--enable-pcre" "--prefix" prefix "--libdir" "%{prefix}%/lib"]
[make "clean"]
[make "all.opt"]
]
install: [
[make "install"]
]
depends: [
"ocaml" {>= "4.8.0"}
"menhir" {>= "20181113"}
"ocamlfind"
"pcre"
"stdcompat" {>= "19"}
"pyml" {>= "20190626"}
"conf-pkg-config"
"conf-python-3"
"conf-python-3-dev"
"conf-aclocal"
"conf-autoconf"
"parmap" {>= "1.0-rc9"}
"num"
]
available: os != "macos"
synopsis: "Coccinelle is a C source code matching and transformation engine"
description: """
Coccinelle provides the language SmPL (Semantic Patch Language) for specifying
desired matches and transformations in C code."""
url {
src: "https://github.com/coccinelle/coccinelle/archive/refs/tags/1.3.0.tar.gz"
checksum: [
"md5=234dc0e6938a24210de23fcf493e9678"
"sha512=b9a4f03800b6384441b792d4fd33751e4fd0d1e2973e0ae6ecb487980b1d0043c8364dc770eee1d4bc26d9c345094aa5df332d36ca488d7055a544509da06cde"
]
}

0 comments on commit 8e0cddc

Please sign in to comment.