this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package comby.1.2.2

authored by

Kate and committed by
GitHub
7eec3330 274d58bb

+64
+63
packages/comby/comby.1.2.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "rvantonder@gmail.com" 3 + authors: "Rijnard van Tonder" 4 + homepage: "https://github.com/comby-tools/comby" 5 + bug-reports: "https://github.com/comby-tools/comby/issues" 6 + dev-repo: "git+https://github.com/comby-tools/comby.git" 7 + license: "Apache-2.0" 8 + build: [ 9 + [ 10 + "dune" 11 + "build" 12 + "-p" 13 + name 14 + "-j" 15 + jobs 16 + "@install" 17 + "@runtest" {with-test} 18 + ] 19 + ] 20 + depends: [ 21 + "dune" {>= "2.7.0"} 22 + "ocaml" {>= "4.08.1"} 23 + "angstrom" {>= "0.15.0"} 24 + "conf-autoconf" 25 + "conf-gmp" 26 + "conf-libev" 27 + "conf-libpcre" 28 + "conf-m4" {os = "linux"} 29 + "conf-pkg-config" 30 + "conf-sqlite3" 31 + "conf-zlib" {os = "linux"} 32 + "hack_parallel" {arch != "arm32" & arch != "arm64"} 33 + "conduit-lwt-unix" 34 + "core" 35 + "lwt" 36 + "lwt_react" 37 + "opium" 38 + "cohttp-lwt-unix" 39 + "parany" 40 + "patience_diff" {>= "v0.14" & < "v0.15"} 41 + "ppxlib" 42 + "ppx_deriving" 43 + "ppx_deriving_yojson" {>= "3.6.0"} 44 + "pcre" 45 + "shell" 46 + "toml" {>= "6.0.0"} 47 + "tls" 48 + "bisect_ppx" {with-test & dev & >= "2.5.0"} 49 + ] 50 + synopsis: "A tool for structural code search and replace that supports ~every language" 51 + description: """ 52 + Comby is a tool designed to make it easy to match change syntax for basically 53 + every language. You can think of it like grep or sed, but with added ability to 54 + recognize code structures like blocks and expressions (e.g., delimited by 55 + braces or parentheses), strings (e.g., delimited by quotes), and so on. 56 + """ 57 + url { 58 + src: "https://github.com/comby-tools/comby/archive/1.2.2.tar.gz" 59 + checksum: [ 60 + "md5=86fd3dcdaa792a5d871f695a082ad9b5" 61 + "sha512=63af340d65f4ca37f00bee2a67c7a87822ef15c86051e6486c6eeb5d7fe310c845d4fff15625a72b48ceea89e14aff52dc678da1d43d2029f58b435885d568d8" 62 + ] 63 + }
+1
packages/conf-libev/conf-libev.4-11/opam
··· 14 14 ["libev-devel"] {os-distribution = "fedora"} 15 15 ["libev-devel"] {os-distribution = "rhel"} 16 16 ["libev-devel"] {os-distribution = "centos"} 17 + ["libev-devel"] {os-distribution = "ol" & os-version >= "8"} 17 18 ["libev-devel"] {os-family = "suse"} 18 19 ["libev"] {os = "freebsd"} 19 20 ["libev"] {os = "openbsd"}