-
Notifications
You must be signed in to change notification settings - Fork 0
/
react_trace.opam
47 lines (47 loc) · 1.15 KB
/
react_trace.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "React Analyzer"
description: "ReacttRace is a tool for analyzing React programs."
maintainer: ["Jay Lee"]
authors: ["Jay Lee"]
license: "LICENSE"
tags: ["React" "Static Analysis"]
homepage: "https://github.com/React-Analysis/ReacttRace"
bug-reports: "https://github.com/React-Analysis/ReacttRace/issues"
depends: [
"ocaml"
"ocaml-base-compiler" {= "5.3.0~beta2"}
"menhir"
"dune" {>= "3.15"}
"base"
"stdio"
"ppx_jane"
"js_of_ocaml"
"js_of_ocaml-ppx"
"flow_parser" {>= "0.257.0"}
"printbox" {>= "0.12"}
"printbox-text" {>= "0.12"}
"fmt"
"logs"
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/React-Analysis/ReacttRace.git"
pin-depends: [
[ "ppxlib.0.33.1~5.3preview" "git+https://github.com/ocaml-ppx/ppxlib#218347c59cb93e463f33f06801bd61cf47f46265" ]
[ "flow_parser.0.257.0" "git+https://github.com/Zeta611/flow#52bf15978715a096119d422145b1bb9f32a06804" ]
]