libotbiomstar-7.0-1
ORFEO Toolbox library - OTBIOMSTAR
libebook-contacts-1.2-3
Client library for evolution contacts books
This package is a client library for evolution addressbooks.
ruby-version-sorter
Fast sorting of version strings
Used to sort version strings faster. It is used to sort a repository's
tags. It is used as follows
require 'version_sorter'
versions = %w( 1.0.9 2.0 1.0.10 1.0.3 )
VersionSorter.rsort(versions) # => ["2.0", "1.0.10", "1.0.9", "1.0.3"]
VersionSorter.sort(versions) # => ["1.0.3", "1.0.9", "1.0.10", "2.0"]
biom-format-tools
command-line tools for BIOM format
The BIOM file format (canonically pronounced biome) is designed to be a
general-use format for representing biological sample by observation
contingency tables. BIOM is a recognized standard for the Earth
Microbiome Project and is a Genomics Standards Consortium candidate
project.
python-riemann-client
command line tool and API with support for all metric types
Riemann aggregates events from your servers and applications with a
powerful stream processing language.
cu2qu
Cubic-to-quadratic bezier curve conversion (Executable)