-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomby_js.opam
More file actions
38 lines (38 loc) · 944 Bytes
/
comby_js.opam
File metadata and controls
38 lines (38 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
opam-version: "2.0"
version: "dev"
maintainer: "rvantonder@gmail.com"
authors: "Rijnard van Tonder"
homepage: "https://github.com/comby-tools/comby.js"
bug-reports: "https://github.com/comby-tools/comby.js/issues"
dev-repo: "git+https://github.com/comby-tools/comby.js.git"
license: "Apache-2.0"
build: [
["dune" "build" "-p" name "-j" jobs "@install"]
]
depends: [
"js_of_ocaml"
"ocaml_kernel" {>= "4.08.1"}
"core_kernel" {>= "0.12.2"}
"ppxlib"
"ppx_deriving"
"angstrom" {< "0.14.0"}
"lwt_react"
"ppx_deriving_yojson"
"ppx_tools_versioned" {>= "5.2.3"}
]
depexts: [
[
"pkg-config"
"libpcre3-dev"
"zlib1g-dev"
"m4"
"libgmp-dev"
] {os-distribution = "ubuntu"}
[
"pkg-config"
"pcre"
"gmp"
] {os-distribution = "macos"}
]
synopsis: "A Javascript adaptation for comby, a tool for structural code search and replace that supports ~every language"
description: ""