blob: 60db45555a5812eb6a94ee3dbaccd204b35b7c06 (
plain)
1
2
3
4
5
6
|
# META file of package sail:
description = "Sail is a language for describing the instruction-set architecture (ISA) semantics of processors."
requires = "linenoise lem linksem omd base64 yojson pprint"
version = "0.8"
archive(byte) = "libsail.cma"
archive(native) = "libsail.cmxa"
|