this repo has no description
1opam-version: "2.0"
2maintainer: "rvantonder@gmail.com"
3authors: "Rijnard van Tonder"
4homepage: "https://github.com/comby-tools/comby"
5bug-reports: "https://github.com/comby-tools/comby/issues"
6dev-repo: "git+https://github.com/comby-tools/comby.git"
7license: "Apache-2.0"
8build: [
9 [
10 "dune"
11 "build"
12 "-p"
13 name
14 "-j"
15 jobs
16 "@install"
17 "@runtest" {with-test}
18 ]
19]
20depends: [
21 "dune" {>= "2.8.0"}
22 "ocaml" {>= "4.08.1"}
23 "angstrom" {>= "0.15.0"}
24 "core_kernel" {< "v0.15"}
25 "mparser"
26 "mparser-pcre"
27 "ppx_deriving"
28 "ppx_deriving_yojson" {>= "3.6.0"}
29 "pcre"
30 "bisect_ppx" {with-test & dev & >= "2.5.0"}
31 "yojson" {< "2.0.0"}
32]
33synopsis: "A match engine for structural code search and replace that supports ~every language"
34description: """
35Comby-kernel is the library that exposes the core matching engine for the comby application tool.
36"""
37url {
38 src: "https://github.com/comby-tools/comby/archive/1.4.1.tar.gz"
39 checksum: [
40 "md5=cd732f90664bc686eaa1134f42c8f7cd"
41 "sha512=81c7cd1d70cddee4d1679710a95c50d22f8dc60e48f24554009a5f944eb23e9124ca9aa99357b9879a5a60ca2dbcf976011f53afb442a7f15642e509255a0326"
42 ]
43}