this repo has no description
1opam-version: "2.0"
2synopsis: "Yet another set of common utilities"
3description: """
4This is a small library of utilities used by Semgrep and
5a few other projects developed at r2c.
6"""
7
8maintainer: "Yoann Padioleau <pad@r2c.dev>"
9authors: [ "Yoann Padioleau <pad@r2c.dev>" ]
10license: "LGPL-2.1-only"
11homepage: "https://semgrep.dev"
12dev-repo: "git+https://github.com/returntocorp/semgrep"
13bug-reports: "https://github.com/returntocorp/semgrep/issues"
14
15depends: [
16 "ocaml" {>= "4.12.0"}
17 "dune" {>= "3.2.0" & < "3.7.0"}
18 "alcotest" {>= "1.5.0"}
19 "ANSITerminal" {>= "0.8.4"}
20 "cmdliner" {>= "1.1.1" }
21 "logs" {>= "0.7.0" }
22 "easy_logging" {>= "0.8.1" }
23 "easy_logging_yojson" {>= "0.8.1" }
24 "yojson" {>= "1.7.0"}
25 "re" {>= "1.10.4"}
26 "pcre" {>= "7.5.0" }
27 "ppxlib" {>= "0.25.0"}
28 "ppx_deriving" {>= "5.2.1"}
29 "ppx_hash" {>= "v0.14.0" }
30 "parmap" {>= "1.2.4"}
31]
32
33build: ["dune" "build" "-p" name "-j" jobs]
34url {
35 src:
36 "https://github.com/returntocorp/sgrep/archive/refs/tags/commons_1.8.0.tar.gz"
37 checksum: [
38 "md5=00142d2d5f299c86ee44f19820bf9874"
39 "sha512=d25a57c434514ecb9adc5a129eeec9feca1cea2d1383e3bde74b52a05da174a09e0f46e7407f7b86ecdf1bf6faf7e0a66ef744d6fb389cb5f8398bc32e349555"
40 ]
41}