update cubicle description
more/packages/ocaml.scm
947 | 947 | (lambda _ | |
948 | 948 | (substitute* "Makefile.in" | |
949 | 949 | (("SVNREV=") "#SVNREV=")))) | |
950 | - | (add-before 'configure 'fix-configure | |
950 | + | (add-before 'configure 'fix-/bin/sh | |
951 | 951 | (lambda _ | |
952 | 952 | (substitute* "configure" | |
953 | 953 | (("/bin/sh") (which "sh"))))) | |
… | |||
956 | 956 | (substitute* "Makefile.in" | |
957 | 957 | (("\\\\n") ""))))))) | |
958 | 958 | (home-page "http://cubicle.lri.fr/") | |
959 | - | (synopsis "SMT solver") | |
960 | - | (description "SMT solver.") | |
959 | + | (synopsis "Model checker for array-based systems") | |
960 | + | (description "Cubicle is an open source model checker for verifying safety | |
961 | + | properties of array-based systems. This is a syntactically restricted class of | |
962 | + | parametrized transition systems with states represented as arrays indexed by an | |
963 | + | arbitrary number of processes. Cache coherence protocols and mutual exclusion | |
964 | + | algorithms are typical examples of such systems.") | |
961 | 965 | (license license:asl2.0))) |