blob: 80194d98366c3ef2fa8353d2a275972d62ae6686 (
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"
version = "0.8"
archive(byte) = "libsail.cma"
archive(native) = "libsail.cmxa"
|