-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
56 lines (45 loc) · 909 Bytes
/
dune-project
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
(lang dune 3.15)
(using mdx 0.4)
(using dune_site 0.1)
(name explode_js)
(generate_opam_files true)
(source
(github explode-js/explode-js))
(authors "Filipe Marques")
(maintainers "Filipe Marques")
(license MIT)
(documentation https://url/to/documentation)
(package
(name explode_js)
(synopsis "Automatic exploit generation for Node.js")
(description "Explode.js: Automatic exploit generation engine for Node.js applications")
(depends
bos
(bisect_ppx (and :with-test (>= 2.5.0)))
cmdliner
dune
dune-site
explode_js-instrumentation
extunix
fpath
mdx
ocaml
(owl (>= 1.1))
yojson
glob)
(tags
("symbolic execution" javascript exploit))
(sites
(share nodejs)))
(package
(name explode_js-runner)
(synopsis "Explode-js runner")
(description "explode_js-runner")
(depends
dune
dune-site
explode_js
jingoo)
(sites
(share templates)
(share static)))