blob: ccc0a5581d43039211a44a1835c83f1c7ead034b (
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 «AvlVerification» where
-- add package configuration options here
@[default_target]
lean_lib «AvlVerification» where
-- add library configuration options here
|