|
|
Line 1: |
Line 1: |
− | {{Entry
| |
− | |Name=GNU ease.js
| |
− | |Short description=Classical object-oriented framework for JavaScript
| |
− | |Full description='''ease.js''' is a Classical Object-Oriented framework for JavaScript, intended to eliminate boilerplate code and “ease” the transition into JavaScript from other Object-Oriented languages. Current support includes:
| |
| | | |
− | * Simple and intuitive class definitions
| |
− | * Classical inheritance
| |
− | * Abstract classes and methods
| |
− | * Interfaces
| |
− | * Visibility (public, protected and private members)
| |
− | * Static and constant members
| |
− | |Homepage URL=https://www.gnu.org/software/easejs/
| |
− | |VCS checkout command=git clone git://git.sv.gnu.org/easejs.git
| |
− | |Documentation note=[https://www.gnu.org/software/easejs/manual.html Full documentation] and also see the author's [http://mikegerwitz.com/papers/coope.html paper on the project].
| |
− | |Version identifier=0.2.8
| |
− | |Version date=2016/07/15
| |
− | |Version status=stable
| |
− | |Version download=https://ftp.gnu.org/gnu/easejs/easejs-0.2.8.tar.gz
| |
− | |Last review by=Genium
| |
− | |Last review date=2016/08/05
| |
− | |Submitted by=Genium
| |
− | |Submitted date=2013/12/27
| |
− | |Status=
| |
− | |Is GNU=Yes
| |
− | |GNU package identifier=easejs
| |
− | }}
| |
− | {{Project license
| |
− | |License=GPLv3orlater
| |
− | |License copyright=Copyright (C) 2013, 2014 Free Software Foundation, Inc.
| |
− | |License verified by=genium
| |
− | |License verified date=2014/08/14
| |
− | }}
| |
− | {{Person
| |
− | |Real name=Mike Gerwitz
| |
− | |Role=Author and maintainer
| |
− | |Email=mikegerwitz@gnu.org
| |
− | |Resource URL=
| |
− | }}
| |
− | {{Resource
| |
− | |Resource audience=Developers
| |
− | |Resource kind=Download
| |
− | |Resource URL=https://www.gnu.org/software/easejs/scripts/
| |
− | }}
| |
− | {{Resource
| |
− | |Resource audience=Developers
| |
− | |Resource kind=Bug Tracking
| |
− | |Resource URL=https://savannah.gnu.org/bugs/?group=easejs
| |
− | }}
| |
− | {{Resource
| |
− | |Resource audience=Bug Reporting
| |
− | |Resource kind=Mailing List Subscribe
| |
− | |Resource URL=http://lists.gnu.org/archive/html/bug-easejs/
| |
− | }}
| |
− | {{Resource
| |
− | |Resource audience=Help
| |
− | |Resource kind=Mailing List Subscribe
| |
− | |Resource URL=http://lists.gnu.org/mailman/listinfo/help-easejs
| |
− | }}
| |
− | {{Resource
| |
− | |Resource audience=Announcements
| |
− | |Resource kind=Mailing List Subscribe
| |
− | |Resource URL=http://lists.gnu.org/mailman/listinfo/info-easejs
| |
− | }}
| |
− | {{Resource
| |
− | |Resource audience=Developers
| |
− | |Resource kind=VCS Repository Webview
| |
− | |Resource URL=http://git.savannah.gnu.org/cgit/easejs.git
| |
− | }}
| |
− | {{Software category
| |
− | |Programming-language=javascript
| |
− | }}
| |
− | {{Featured}}
| |