From 82b16d23182f9b6e1c19052b9af9f088d5920017 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Thu, 30 Jan 2020 20:17:12 +0000 Subject: Make sure external pprint is listed as a dependency for sail when used as an OCaml library --- src/META | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/META') diff --git a/src/META b/src/META index 80194d98..60db4555 100644 --- a/src/META +++ b/src/META @@ -1,6 +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" +requires = "linenoise lem linksem omd base64 yojson pprint" version = "0.8" archive(byte) = "libsail.cma" archive(native) = "libsail.cmxa" -- cgit v1.2.3