mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
2021-03-31 12:55:17 UTC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=>=dev-lang/ocaml-4.08.1[ocamlopt?] >=dev-ml/ocamlgraph-1.8.5[gtk(-)?,ocamlopt?] >=dev-ml/zarith-1.5[ocamlopt?] >=dev-ml/yojson-1.4.1[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] ) wp? ( >=sci-mathematics/why3-1.3.3 ) dev-ml/findlib media-gfx/graphviz
|
||||
DEPEND=>=dev-lang/ocaml-4.08.1[ocamlopt?] >=dev-ml/ocamlgraph-1.8.5[gtk(-)?,ocamlopt?] >=dev-ml/zarith-1.5[ocamlopt?] >=dev-ml/yojson-1.4.1[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] ) wp? ( ~sci-mathematics/why3-1.3.3 ) dev-ml/findlib media-gfx/graphviz
|
||||
DESCRIPTION=Framework for analysis of source codes written in C
|
||||
EAPI=7
|
||||
HOMEPAGE=https://frama-c.com
|
||||
@@ -8,10 +8,10 @@ INHERIT=autotools
|
||||
IUSE=+aorai +callgraph +dive +e-acsl +eva +from-analysis gtk +impact +inout +instantiate +loop-analysis +metrics +nonterm +obfuscator +ocamlopt +occurrence +pdg +postdominators +print-api +qed +report +rtegen +scope security-slicing +semantic-constant-folding +server +slicing +sparecode +studia +users +variadic +wp
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD LGPL-2 LGPL-2.1
|
||||
RDEPEND=>=dev-lang/ocaml-4.08.1[ocamlopt?] >=dev-ml/ocamlgraph-1.8.5[gtk(-)?,ocamlopt?] >=dev-ml/zarith-1.5[ocamlopt?] >=dev-ml/yojson-1.4.1[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] ) wp? ( >=sci-mathematics/why3-1.3.3 )
|
||||
RDEPEND=>=dev-lang/ocaml-4.08.1[ocamlopt?] >=dev-ml/ocamlgraph-1.8.5[gtk(-)?,ocamlopt?] >=dev-ml/zarith-1.5[ocamlopt?] >=dev-ml/yojson-1.4.1[ocamlopt?] gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] ) wp? ( ~sci-mathematics/why3-1.3.3 )
|
||||
REQUIRED_USE=dive? ( eva studia ) e-acsl? ( rtegen ) from-analysis? ( eva callgraph ) impact? ( pdg eva inout ) inout? ( from-analysis eva callgraph ) metrics? ( eva ) nonterm? ( eva ) occurrence? ( eva ) pdg? ( from-analysis eva callgraph ) scope? ( postdominators eva from-analysis pdg ) security-slicing? ( slicing eva pdg gtk ) semantic-constant-folding? ( eva ) slicing? ( from-analysis pdg eva callgraph ) sparecode? ( pdg eva ) studia? ( eva ) users? ( eva ) wp? ( qed rtegen )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://frama-c.com/download/frama-c-22.0-Titanium.tar.gz
|
||||
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 6ff8412ccf96444868b310b0a28973ba
|
||||
_md5_=4e83e790c999317c3e498fecfe6564f6
|
||||
_md5_=3f12bc3fdec62b139023cd7b9ca7ec5a
|
||||
|
||||
15
metadata/md5-cache/sci-mathematics/why3-1.4.0
Normal file
15
metadata/md5-cache/sci-mathematics/why3-1.4.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DEFINED_PHASES=compile configure install prepare
|
||||
DEPEND=>=dev-lang/ocaml-4.05.0[ocamlopt?] >=dev-ml/menhir-20151112 dev-ml/findlib dev-ml/num coq? ( >=sci-mathematics/coq-8.6 ) doc? ( dev-python/sphinx dev-python/sphinxcontrib-bibtex || ( dev-texlive/texlive-latex dev-tex/latexmk dev-tex/rubber ) ) emacs? ( app-editors/emacs:* ) gtk? ( dev-ml/lablgtk:*[sourceview,ocamlopt?] ) re? ( dev-ml/re dev-ml/seq ) sexp? ( dev-ml/ppx_deriving[ocamlopt?] dev-ml/ppx_sexp_conv[ocamlopt?] dev-ml/sexplib[ocamlopt?] ) zarith? ( dev-ml/zarith ) zip? ( dev-ml/camlzip )
|
||||
DESCRIPTION=Platform for deductive program verification
|
||||
EAPI=7
|
||||
HOMEPAGE=http://why3.lri.fr/
|
||||
INHERIT=autotools
|
||||
IUSE=coq doc emacs gtk +ocamlopt re sexp +zarith zip
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-2
|
||||
RDEPEND=>=dev-lang/ocaml-4.05.0[ocamlopt?] >=dev-ml/menhir-20151112 dev-ml/findlib dev-ml/num coq? ( >=sci-mathematics/coq-8.6 ) doc? ( dev-python/sphinx dev-python/sphinxcontrib-bibtex || ( dev-texlive/texlive-latex dev-tex/latexmk dev-tex/rubber ) ) emacs? ( app-editors/emacs:* ) gtk? ( dev-ml/lablgtk:*[sourceview,ocamlopt?] ) re? ( dev-ml/re dev-ml/seq ) sexp? ( dev-ml/ppx_deriving[ocamlopt?] dev-ml/ppx_sexp_conv[ocamlopt?] dev-ml/sexplib[ocamlopt?] ) zarith? ( dev-ml/zarith ) zip? ( dev-ml/camlzip )
|
||||
SLOT=0
|
||||
SRC_URI=https://gforge.inria.fr/frs/download.php/file/38425/why3-1.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 6ff8412ccf96444868b310b0a28973ba
|
||||
_md5_=5fa375d9837c468fa6cb0b2873a31f0e
|
||||
Reference in New Issue
Block a user