facile 1.1.1-1build3 source package in Ubuntu

Changelog

facile (1.1.1-1build3) focal; urgency=medium

  * No change rebuild against new ocaml ABI

 -- Dimitri John Ledkov <email address hidden>  Thu, 20 Feb 2020 22:43:17 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libdevel

Downloads

File Size SHA-256 Checksum
facile_1.1.1.orig.tar.gz 97.1 KiB 150a6c269277ce14e9c953dbcf409bfedc795abc1558ac6e338609b1e64fa38c
facile_1.1.1-1build3.debian.tar.xz 5.8 KiB cdcb76f72e4222debff4af48d758c5ed5c21f982b42b2eb2fcaef5289a9e3477
facile_1.1.1-1build3.dsc 2.0 KiB b75fb228720b81e2ce5d2a6ee8f416f4359eae153a8b5306ece3fe26fc12cc43

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.