1 { lib, buildDunePackage, fetchFromGitHub }:
4 pname = "camlp-streams";
7 src = fetchFromGitHub {
11 sha256 = "sha256-kHuFBqu0mjFv53sOtmFZcX2reo5ToaOpItP7P53bfGQ=";
15 description = "Stream and Genlex libraries for use with Camlp4 and Camlp5";
16 license = lib.licenses.lgpl21Only;
17 maintainers = [ lib.maintainers.vbgl ];