summaryrefslogtreecommitdiff
path: root/dev-lang/boogie/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-04 01:15:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-04 01:15:40 +0100
commitc1bd8495f43d1e8a084ac779db6e4623aaa8d6ad (patch)
treee149dfa502bb9b798db46039ff95a0ed656a5567 /dev-lang/boogie/metadata.xml
parentab6ac5a7942816b5b14186dc53e1b17ea7df200a (diff)
gentoo auto-resync : 04:10:2022 - 01:15:40
Diffstat (limited to 'dev-lang/boogie/metadata.xml')
-rw-r--r--dev-lang/boogie/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lang/boogie/metadata.xml b/dev-lang/boogie/metadata.xml
new file mode 100644
index 000000000000..e0e4670c63ec
--- /dev/null
+++ b/dev-lang/boogie/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <longdescription>
+ Boogie is an intermediate verification language (IVL), intended as a layer
+ on which to build program verifiers for other languages. Several program
+ verifiers have been built in this way, including the VCC and HAVOC
+ verifiers for C and the verifiers for Dafny, Chalice, and Spec#. For a
+ sample verifier for a toy language built on top of Boogie, see Forro.
+ Boogie is also the name of a tool. The tool accepts the Boogie language as
+ input, optionally infers some invariants in the given Boogie program, and
+ then generates verification conditions that are passed to an SMT solver.
+ The default SMT solver is Z3.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/boogie-org/boogie/issues/</bugs-to>
+ <remote-id type="github">boogie-org/boogie</remote-id>
+ </upstream>
+</pkgmetadata>