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 "core_kernel"
24 "ppx_deriving"
25 "lwt"
26 "cohttp"
27 "cohttp-lwt-unix"
28 "yojson"
29 "bisect_ppx" {with-test & dev & >= "2.5.0"}
30]
31synopsis: "A match engine for structural code search and replace that supports ~every language"
32description: """
33An early-stage library that interfaces with external services to provide semantic information of programs for the comby application tool."
34"""
35url {
36 src: "https://github.com/ocaml/opam-source-archives/raw/main/comby-kernel.1.7.0.tar.gz"
37 checksum: [
38 "md5=ee6556d8bd9b25ed0445ebe23862e48a"
39 "sha512=e6386c8ce5ef14bbcab2b0ead5b1edc39375438f56330d5f02e81e467afe6623a7e299f97f26008d77bbc62850c6dc63a7cbe5b81671b5183ff3adeee5946bb3"
40 ]
41}