facile 1.1-8build1 source package in Ubuntu

Changelog

facile (1.1-8build1) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Fri, 18 Nov 2011 20:51:34 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
facile_1.1.orig.tar.gz 94.1 KiB a87a6ba7869104f85828c19a9681758bd1d01c816581ba09ac483739ad4ae5ca
facile_1.1-8build1.debian.tar.gz 6.0 KiB 85f4307a5dbc6f6b9a6acf1aa2d73c58c96d91c7214e0683890cd2512f0f9487
facile_1.1-8build1.dsc 2.0 KiB 8b4c4fc57655735a0cd589b07e9cbd81e0a00d11daae59881f8abc8435f2f8d5

Available diffs

View changes file

Binary packages built by this source

libfacile-ocaml-dev: functional constraint library implemented in Objective Caml

 FaCiLe is a constraint programming library over integer finite domain
 written in Objective Caml. It offers all usual facilities to create
 and manipulate finite domain variables, arithmetic expressions and
 constraints (possibly non-linear), built-in global constraints and
 search goals. FaCiLe allows as well to build easily user-defined
 constraints and goals (including recursive ones), making pervasive use
 of OCaml higher-order functionals to provide a simple and flexible
 interface for the user. As FaCiLe is an OCaml library and not "yet
 another language", the user benefits from type inference and strong
 typing discipline, high level of abstraction, modules and objects
 system, as well as native code compilation efficiency, garbage
 collection and replay debugger, all features of OCaml (among many
 others) that allow to prototype and experiment quickly: modeling, data
 processing and interface are implemented with the same powerful and
 efficient language.