this repo has no description

Merge pull request #18264 from rvantonder/opam-publish-comby.1.2.2

Package comby.1.2.2

Kate 7eec3330 274d58bb

Changed files
+64
packages
comby
comby.1.2.2
conf-libev
conf-libev.4-11
+63
packages/comby/comby.1.2.2/opam
···
···
+
opam-version: "2.0"
+
maintainer: "rvantonder@gmail.com"
+
authors: "Rijnard van Tonder"
+
homepage: "https://github.com/comby-tools/comby"
+
bug-reports: "https://github.com/comby-tools/comby/issues"
+
dev-repo: "git+https://github.com/comby-tools/comby.git"
+
license: "Apache-2.0"
+
build: [
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
]
+
]
+
depends: [
+
"dune" {>= "2.7.0"}
+
"ocaml" {>= "4.08.1"}
+
"angstrom" {>= "0.15.0"}
+
"conf-autoconf"
+
"conf-gmp"
+
"conf-libev"
+
"conf-libpcre"
+
"conf-m4" {os = "linux"}
+
"conf-pkg-config"
+
"conf-sqlite3"
+
"conf-zlib" {os = "linux"}
+
"hack_parallel" {arch != "arm32" & arch != "arm64"}
+
"conduit-lwt-unix"
+
"core"
+
"lwt"
+
"lwt_react"
+
"opium"
+
"cohttp-lwt-unix"
+
"parany"
+
"patience_diff" {>= "v0.14" & < "v0.15"}
+
"ppxlib"
+
"ppx_deriving"
+
"ppx_deriving_yojson" {>= "3.6.0"}
+
"pcre"
+
"shell"
+
"toml" {>= "6.0.0"}
+
"tls"
+
"bisect_ppx" {with-test & dev & >= "2.5.0"}
+
]
+
synopsis: "A tool for structural code search and replace that supports ~every language"
+
description: """
+
Comby is a tool designed to make it easy to match change syntax for basically
+
every language. You can think of it like grep or sed, but with added ability to
+
recognize code structures like blocks and expressions (e.g., delimited by
+
braces or parentheses), strings (e.g., delimited by quotes), and so on.
+
"""
+
url {
+
src: "https://github.com/comby-tools/comby/archive/1.2.2.tar.gz"
+
checksum: [
+
"md5=86fd3dcdaa792a5d871f695a082ad9b5"
+
"sha512=63af340d65f4ca37f00bee2a67c7a87822ef15c86051e6486c6eeb5d7fe310c845d4fff15625a72b48ceea89e14aff52dc678da1d43d2029f58b435885d568d8"
+
]
+
}
+1
packages/conf-libev/conf-libev.4-11/opam
···
["libev-devel"] {os-distribution = "fedora"}
["libev-devel"] {os-distribution = "rhel"}
["libev-devel"] {os-distribution = "centos"}
["libev-devel"] {os-family = "suse"}
["libev"] {os = "freebsd"}
["libev"] {os = "openbsd"}
···
["libev-devel"] {os-distribution = "fedora"}
["libev-devel"] {os-distribution = "rhel"}
["libev-devel"] {os-distribution = "centos"}
+
["libev-devel"] {os-distribution = "ol" & os-version >= "8"}
["libev-devel"] {os-family = "suse"}
["libev"] {os = "freebsd"}
["libev"] {os = "openbsd"}