summaryrefslogtreecommitdiff
path: root/src/META
diff options
context:
space:
mode:
Diffstat (limited to 'src/META')
-rw-r--r--src/META6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/META b/src/META
new file mode 100644
index 00000000..80194d98
--- /dev/null
+++ b/src/META
@@ -0,0 +1,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"