facile 1.1-7build3 source package in Ubuntu

Changelog

facile (1.1-7build3) oneiric; urgency=low

  * Rebuild to pick up armel ocaml fixes.
 -- Adam Conrad <email address hidden>   Fri, 19 Aug 2011 13:14:31 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
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-7build3.diff.gz 5.7 KiB 2dfccde2705505fbd7381f2d4b72f0ceb48885138275dc8cb7de14d2bf01aabf
facile_1.1-7build3.dsc 1.3 KiB bed0265fe9658e1e68a43f269ae747ff2852d75d08c20ee43132320a7a9b527b

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.