From 3c5818f34339a8a3660d904000b207d1f63ae805 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 1 Apr 2016 16:16:27 -0400 Subject: Package Boogie library for experimental --- debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..809936b5 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: boogie +Section: cli-mono +Priority: extra +Maintainer: Benjamin Barenblat +Build-Depends: + debhelper (>= 9), +Build-Depends-Indep: + cli-common-dev (>= 0.8), + mono-devel (>= 2.4.2.3), + mono-reference-assemblies-4.0, +Standards-Version: 3.9.7 +Homepage: http://research.microsoft.com/en-us/projects/boogie/ + +Package: libboogie-cil +Architecture: all +Depends: ${cli:Depends}, ${misc:Depends} +Description: verifiable programming language + Boogie is a compiler intermediate language with support for automatic invariant + checking using an SMT solver such as Z3. It supports program verification for + a variety of other, higher-level languages, including Spec\#, C, Dafny, and + Chalice. + . + This package contains the Boogie library. -- cgit v1.2.3