libdolfinx-real0.7

Shared libraries for DOLFIN

DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements.

python-sphinxcontrib.issuetracker

Sphinx integration with different issue trackers

This extension for Sphinx 1.0 parses textual issue references like #10, looks up the issue in the configured issue tracker, and includes a link to the issue.

libbytecode-java

Java bytecode manipulation library

The library presents itself as a collection of routines to manipulate Java bytecode. It allows for the dynamic creation of Java class files without using of Javac. Such tailored code can be used, i.e. as for the upstream's motivation of the BioJava developers, to generate implementations of Hidden Markov Models. It thus acts much like inline assembly for Java.

python3-flake8-spellcheck

flake8 plugin that spellchecks parts of your Python code (Python 3)

A flake8 plugin that spellchecks variables, function, classes and other bits of your Python code.

ocaml-ulex

OCaml lexer generator with Unicode support

ulex is a lexer generator for the Objective Caml (OCaml) programming language.

ocamlweb

Literate programming tool for Objective Caml

Literate programming, as defined by Knuth, means to combine program code and documentation into one source document from which program code and documentation can be extracted. The approach of ocamlweb is that documentation is to be included in the program code as special comments. The ocamlweb tool extracts from this the documented program code as LaTeX document, while no special preprocessing is required to compile the source files.