6 stdenv.mkDerivation (finalAttrs: {
11 url = "http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz";
12 hash = "sha256-kkouDNbdVGE7vskmu8kISA/RHIGed5vLY/ch4qgew3g=";
18 homepage = "http://www.call-with-current-continuation.org/fleng/fleng.html";
19 description = "Low level concurrent logic programming language descended from Prolog";
20 license = lib.licenses.publicDomain;
21 maintainers = with lib.maintainers; [ AndersonTorres ];
22 platforms = lib.platforms.unix;