Source: ocaml-dscheck Section: ocaml Maintainer: Debian OCaml Maintainers Uploaders: Kyle Robbertze Build-Depends: debhelper-compat (= 14), ocaml-dune (>= 2.8.0), dh-ocaml (>= 3.7~), libalcotest-ocaml-dev (>=1.7.0), libcmdliner-ocaml-dev, libcontainers-ocaml-dev, liboseq-ocaml-dev, ocaml Standards-Version: 4.7.4 Homepage: https://github.com/ocaml-multicore/dscheck Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-dscheck Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-dscheck.git Package: libdscheck-ocaml-dev Architecture: any Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Description: model checker for testing concurrent programs Experimental model checker for testing concurrent programs. DSCheck exploers interleavings of a user-provided program and helps ensure that its invariants are maintained regardless of scheduling decisions.