ArgoUML is a powerful yet easy-to-use interactive, graphical software
design environment that supports the design, development and
documentation of object-oriented software applications.
If you are familiar with a family of software applications called
Computer Aided Software Engineering (CASE) tools then you should find
ArgoUML instantly familiar.
The users of ArgoUML are software designers & architects, software
developers, business analysts, systems analysts and other
professionals involved in the analysis, design and development of
software applications. Main features:
* Open standards: XMI, SVG and PGML
* 100% Java
* Open Source allows to extend or customize it.
* Cognitive features like: reflection-in-action, opportunistic
design, comprehension and problem solving
The BNF Converter is a compiler construction tool generating a compiler
front-end from a Labelled BNF grammar. It was originally written to generate
Haskell, but starting from Version 2.0, it can also be used for generating
Java, C++, and C. Given a Labelled BNF grammar the tool produces: an
abstract syntax as a Haskell/C++/C module or Java directory, a case skeleton
for the abstract syntax in the same language, an Alex, JLex, or Flex lexer
generator file, a Happy, CUP, or Bison parser generator file, a pretty-printer
as a Haskell/Java/C++/C module, a Latex file containing a readable
specification of the language.
Parsing a program's command line arguments has always been a distraction from
the main programming task at hand. The argtable library simplifies the job by
enabling the programmer to define the command line options directly in the
source code as a static array of structs and then pass that array to argtable
library functions which parse the command line accordingly. The values
extracted from the command line are deposited directly into user-defined program
variables where they can be accessed by the main program. Argtable can also
generate descriptions of the command line syntax from that same array for
display as on-line help.
HUnit is a unit testing framework for Haskell, inspired by the JUnit
tool for Java.
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics
library written in C. It is licensed under the unrestrictive, OSI approved MIT
license.
asmutils is a set of miscellaneous utilities written in assembly language,
targeted for x86 embedded systems and small distributions (like rescue or
installation disks); it also contains small libc and crypto libraries. It
features the smallest possible size and memory requirements, the fastest
speed (with few exceptions), and good functionality.
Automoc4 is a tool to add rules to CMake projects for generating Qt 4
moc files automatically.
This package exposes internal types and functions that can be used to
extend Hspec's functionality.
Automatically discover and run Hspec tests.
Hspec is a testing framework for Haskell. It is inspired by the Ruby
library RSpec. Some of Hspec's distinctive features are:
* a friendly DSL for defining tests
* integration with QuickCheck, SmallCheck, and HUnit
* parallel test execution
* automatic discovery of test files