package libexpat { description = "a stream-oriented XML parser library"; website = "https://libexpat.github.io"; anitya = 770; version# = "2.8.4"; source = remoteGitHubRelease { suffix = "libexpat/libexpat"; tag = "R_"+replace { s = version; old = "."; new = "_"; }; name = "expat-"+version+".tar.bz2"; checksum = "Nbi2wl8U9KHf3LVLczfAb5Kqr7HFv_myReVjxKXUkfhToWfL-pP2o44fDpWHJ4ig"; compress = bzip2; }; exec = make {}; inputs = [ bash ]; }