-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathilluaminate.opam
59 lines (59 loc) · 1.49 KB
/
illuaminate.opam
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
synopsis: "Source code analysis for Lua"
description:
"Provides various tools for parsing, processing and producing Lua source code. Currently does very little, but will hopefully grow in the future."
maintainer: ["Jonathan Coates <[email protected]>"]
authors: ["Jonathan Coates"]
license: "BSD-3-Clause"
homepage: "https://github.com/squiddev/illuaminate"
bug-reports: "https://github.com/squiddev/illuaminate/issues"
depends: [
"dune" {>= "3.17"}
"ocaml" {>= "5.3"}
"js_of_ocaml-compiler" {build & >= "4.0.0"}
"js_of_ocaml-ppx" {build}
"ppx_deriving" {build}
"ppxlib" {build & >= "0.14.0"}
"reason" {build}
"alcotest" {with-test}
"omnomnom" {with-test}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
"bisect_ppx" {with-test & >= "2.5.0"}
"ocamlformat" {dev}
"cmdliner"
"containers" {>= "3.6.0"}
"fmt"
"fpath"
"js_of_ocaml"
"logs"
"lrgrep"
"markup"
"menhir"
"menhirLib"
"re"
"uri"
"yojson"
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/squiddev/illuaminate.git"
pin-depends: [
["omnomnom.dev" "git+https://github.com/SquidDev/omnomnom.git#b14c939500de840f866665918cb3c66f08075962"]
["lrgrep.dev" "git+https://github.com/let-def/lrgrep.git#23e4ad3d411e89f1ee0810016bb23ba2b37e49f3"]
]