From 1fc69968a831305f2db43544b503fffc9b4106cc Mon Sep 17 00:00:00 2001 From: Jon French Date: Wed, 13 Mar 2019 16:14:06 +0000 Subject: package and install Sail as an ocamlfind library --- src/META | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/META (limited to 'src/META') 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" -- cgit v1.2.3