Changes between Version 5 and Version 6 of Ticket #57
- Timestamp:
- 06/04/09 01:01:09 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57 – description
v5 v6 12 12 * Is there a champion for it? 13 13 14 * Do similar systems include such a library (e.g. Python)? *NO*14 * Do similar systems include such a library (e.g. Python)? ''NO'' 15 15 16 * Is it portable? *Yes* (but caveat: it is hard to build the C component)16 * Is it portable? ''Yes'' (but caveat: it is hard to build the C component), to systems that support OpenGL. 17 17 18 * Does it add additional C libraries? *Yes*18 * Does it add additional C libraries? ''Yes'' (majority of build complaints are about OpenGL). 19 19 20 * Does it follow the package versioning system? *Yes*20 * Does it follow the package versioning system? ''Yes'' 21 21 22 22 * Is the code of good quality? 23 23 24 * Does it have history? *Yes*Part of original ghc libs, >10 years old24 * Does it have history? ''Yes'' Part of original ghc libs, >10 years old 25 25 26 * Is it on hackage? *Yes*26 * Is it on hackage? ''Yes'' 27 27 28 * Does it provide haddocks? *Yes*28 * Does it provide haddocks? ''Yes'' 29 29 30 30 * Does it have a test suite? 31 31 32 * Does it have a maintainer? *Yes*32 * Does it have a maintainer? ''Yes'' 33 33 34 * Does it require new Haskell dependencies? (invariant: the platform must be closed wrt. deps) *No*34 * Does it require new Haskell dependencies? (invariant: the platform must be closed wrt. deps) ''No'' 35 35 36 * Does it have a simple/configure-based Cabal build? *Yes*36 * Does it have a simple/configure-based Cabal build? ''Yes'' 37 37 38 * Does it conflict/compete with existing functionality? *No*38 * Does it conflict/compete with existing functionality? ''No'' 39 39 40 * Does it reuse existing types? *Yes*40 * Does it reuse existing types? ''Yes'' 41 41 42 * Does it follow the hierarchical naming conventions? *Yes*42 * Does it follow the hierarchical naming conventions? ''Yes'' 43 43 44 44 * Is it -Wall clean? … … 52 52 * Have declared correctness or performance statements? 53 53 54 * Is it BSD licensed? *Yes*54 * Is it BSD licensed? ''Yes'' 55 55 56 56 * Will the maintainer continue to maintain it, as demand grows ? 57 57 58 58 * Is it popular on hackage? 59 Yes. It is currently ranked 37 / 1318, or in the top 3% of Hackage.59 Yes. It is currently ranked '''37 / 1318''', or in the top 3% of Hackage.
