9 stdenv.mkDerivation rec {
14 url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
15 sha256 = "1d6s8njqhvayx2gp47409sp1fn8m608ws26hr1srfp6i23nnpyqr";
24 homepage = "https://github.com/OpenSMTPD/libasr";
25 description = "Free, simple and portable asynchronous resolver library";
26 license = licenses.isc;
27 maintainers = [ maintainers.koral ];
28 platforms = platforms.unix;