11 stdenv.mkDerivation rec {
16 url = "http://www.yabasic.de/download/${pname}-${version}.tar.gz";
17 hash = "sha256-ff5j0cJ1i2HWIsYjwzx5FFtZfchWsGRF2AZtbDXrNJw=";
29 homepage = "http://2484.de/yabasic/";
30 description = "Yet another BASIC";
32 Yabasic is a traditional basic-interpreter. It comes with goto and various
33 loops and allows to define subroutines and libraries. It does simple
34 graphics and printing. Yabasic can call out to libraries written in C and
35 allows to create standalone programs. Yabasic runs under Unix and Windows
36 and has a comprehensive documentation; it is small, simple, open-source
39 license = licenses.mit;
40 maintainers = with maintainers; [ AndersonTorres ];
41 platforms = platforms.all;