1 {lib, stdenv, fetchurl, curl}:
4 name = "libnxml-0.18.3";
7 url = "https://www.autistici.org/bakunin/libnxml/libnxml-0.18.3.tar.gz";
8 sha256 = "0ix5b9bxd7r517vhgcxwdviq4m0g0pq46s5g3h04gcqnpbin150g";
11 buildInputs = [ curl ];
14 homepage = "https://www.autistici.org/bakunin/libnxml/";
15 description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams";
16 license = lib.licenses.lgpl2;
18 platforms = lib.platforms.all;
19 maintainers = [ lib.maintainers.viric ];