mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
META file
This commit is contained in:
parent
c2d379de10
commit
d81b6bd2bc
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,6 +7,7 @@
|
||||||
*.cmxs
|
*.cmxs
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
*.native
|
||||||
*.log
|
*.log
|
||||||
*.status
|
*.status
|
||||||
Makefile
|
Makefile
|
||||||
|
|
|
||||||
6
META
Normal file
6
META
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
name="aez"
|
||||||
|
version="0.3"
|
||||||
|
description="Alt-Ergo Zero is an OCaml library for an SMT solver."
|
||||||
|
requires="num unix"
|
||||||
|
archive(byte) = "aez.cma"
|
||||||
|
archive(native) = "aez.cmxa"
|
||||||
Loading…
Add table
Reference in a new issue