Source:             casmine
Maintainer:         João Fonseca <jfonsecad6@gmail.com>
Section:            devel
Priority:           optional
Standards-Version:  8.0
Build-Depends:      debhelper (>= 9), gcc (>= 8), g++(>= 8), rapidjson-dev, libboost-dev, make, cmake

Package:            casmine
Architecture:       any
Depends:            ${shlibs:Depends}, ${misc:Depends}, rapidjson-dev, libboost-dev
Description:        C++ BDD Testing Framework
    C++ unit and integration testing framework written in C++17 that 
    enables testing C and C++ code with matchers, similar to the way 
    Jasmine does for Javascript (hence the similar name).
    .
    The framework runs on any platform with a C++17 compiler.
    .
    A few changes were made to the original upstream CMakeLists.txt so that the
    library can be installed.
