1 { lib, stdenv, fetchurl, libevent, openssl }:
3 stdenv.mkDerivation rec {
8 url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
9 sha256 = "1d6s8njqhvayx2gp47409sp1fn8m608ws26hr1srfp6i23nnpyqr";
12 buildInputs = [ libevent openssl ];
15 homepage = "https://github.com/OpenSMTPD/libasr";
16 description = "Free, simple and portable asynchronous resolver library";
17 license = licenses.isc;
18 maintainers = [ maintainers.koral ];
19 platforms = platforms.unix;