blob: 743a0db8df0c2616bbb0c6caa225a46862aa6b31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import Lake
open Lake DSL
require base from git
"https://github.com/AeneasVerif/aeneas"@"main"/"backends/lean"
package «Verification» where
-- add package configuration options here
@[default_target]
lean_lib «Verification» where
-- add library configuration options here
|