1 { lib, fetchurl, ... }:
5 name = "prototype-${version}.js";
6 url = "https://ajax.googleapis.com/ajax/libs/prototype/${version}/prototype.js";
7 sha256 = "0q43vvrsb22h4jvavs1gk3v4ps61yx9k85b5n6q9mxivhmxprg26";
10 description = "A foundation for ambitious web user interfaces";
12 Prototype takes the complexity out of client-side web
13 programming. Built to solve real-world problems, it adds
14 useful extensions to the browser scripting environment
15 and provides elegant APIs around the clumsy interfaces
16 of Ajax and the Document Object Model.
18 homepage = "http://prototypejs.org/";
19 downloadPage = "http://prototypejs.org/download/";
20 license = licenses.mit;
21 maintainers = with maintainers; [ das_j ];