diff options
| author | Jon French | 2019-03-13 16:14:06 +0000 |
|---|---|---|
| committer | Jon French | 2019-03-13 16:14:06 +0000 |
| commit | 1fc69968a831305f2db43544b503fffc9b4106cc (patch) | |
| tree | 6b534e3549be039ae0952f2b1810b6a5d9c504eb /src/META | |
| parent | 686c874d22ab3446024897098de5c4abf713563c (diff) | |
package and install Sail as an ocamlfind library
Diffstat (limited to 'src/META')
| -rw-r--r-- | src/META | 6 |
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" |
