1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
4 name = "libestr-0.1.11";
7 url = "http://libestr.adiscon.com/files/download/${name}.tar.gz";
8 sha256 = "0910ifzcs8kpd3srrr4fvbacgh2zrc6yn7i4rwfj6jpzhlkjnqs6";
12 homepage = "https://libestr.adiscon.com/";
13 description = "Some essentials for string handling";
14 license = licenses.lgpl21;
15 platforms = platforms.all;