facile 1.1-9build1 source package in Ubuntu

Changelog

facile (1.1-9build1) trusty; urgency=medium

  * Rebuild for ocaml-4.01.
 -- Matthias Klose <email address hidden>   Mon, 23 Dec 2013 12:10:26 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libdevel

Downloads

File Size SHA-256 Checksum
facile_1.1.orig.tar.gz 94.1 KiB a87a6ba7869104f85828c19a9681758bd1d01c816581ba09ac483739ad4ae5ca
facile_1.1-9build1.debian.tar.gz 6.3 KiB ec11a832491c007541563148e39540aa283911a0dc5c87e52f73863e17509cb1
facile_1.1-9build1.dsc 1.3 KiB 85839bf5da698819593717c308aa3a40941fc0dcbee7df77a7a86e2cbd735f7a

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.