libmusic-hub0
Simple and lightweight music playback service
python-easydev
common utilities to ease the development of Python packages (Python 2)
libdyssol1.0
Tool for dynamic flowsheet simulation. Shared libraries
Dynamic simulation of solids processes, is a dynamic flowsheet modelling system
designed to simulate the time-dependent behaviour of complex production
processes in solids processing technology
libarmadillo8
streamlined C++ linear algebra library
trac
Enhanced wiki and issue tracking system for software development projects
Trac uses a minimalistic approach to web-based software project management.
Its mission is to help developers write great software while staying out of
the way. Trac should impose as little as possible on a team's established
development process and policies.
It provides an interface to Subversion (or other version control systems),
an integrated Wiki and convenient reporting facilities.
Trac allows wiki markup in issue descriptions and commit messages, creating
links and seamless references between bugs, tasks, changesets, files and
wiki pages. A timeline shows all current and past project events in order,
making the acquisition of an overview of the project and tracking progress
very easy. The roadmap shows the road ahead, listing the upcoming milestones.
libghc-here-prof
Here documents and interpolated strings via quasiquotation; profiling libraries
This library adds support for multi-line string literals (a.k.a. "here docs")
and string interpolation to Haskell via GHC's QuasiQuotes extension. The
quoted expressions behave like string literals in the source code; that is,
they produce values of type String, or, with the OverloadedStrings language
extension enabled, values of type IsString a => a.