-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
58 lines (47 loc) · 935 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
57
58
(lang dune 2.4.0)
(name micse)
(version 0.0.0)
(generate_opam_files true)
(source
(uri "git+https://github.com/kupl/MicSE.git"))
(bug_reports "https://github.com/kupl/MicSE/issues")
(homepage "https://github.com/kupl/MicSE")
(license MIT)
(authors
"Jisuk Byun <jisukbyun@korea.ac.kr>"
"Heewoong Jang <jormal@korea.ac.kr>")
(maintainers
"Jisuk Byun <jisukbyun@korea.ac.kr>"
"Heewoong Jang <jormal@korea.ac.kr>")
(package
(name micse)
(synopsis
"The Michelson Symbolic vErifier, for verifying and testing the integrity of smart contracts in the Tezos blockchain")
(depends
(batteries
(= 3.3.0))
(core
(= v0.14.1))
(menhir
(= 20210419))
(ocamlgraph
(= 2.0.0))
(ptime
(= 0.8.5))
(yojson
(= 1.7.0))
(zarith
(= 1.12))
(ounit2
(= 2.2.4))
(bignum
(= v0.14.0))
(ppx_deriving
(= 5.2.1))
(mtime
(= 1.2.0))
(logs
(= 0.7.0))
(z3
(= 4.8.13))))
(using menhir 2.1)