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