Metadata-Version: 1.1
Name: dew-pacman
Version: 0.1.1
Summary: Development Environment Wrangler
Home-page: https://github.com/sfuller/dew
Author: Sam Fuller
Author-email: sam@samfullerstudios.com
License: Apache
Description: Dew
        ===
        *D*evelopment *E*nvironment *W*rangler
        
        What is this?
        -------------
        Dew is a package manager for C/C++ dependencies. It aims to make dependency management and configuration easier, like what Cargo does for Rust. For each dependency listed in a 'dewfile', Dew downloads the source of the dependency, builds it, and installs it's files in a prefix directory that can be used by your project.
        
        What is supported?
        ------------------
        Right now it supports dependencies built with CMake. Later it will support dependencies built with Make.
        
        Is it stable? Is it a good idea to use this for projects in production?
        -----------------------------------------------------------------------
        lol no
        
Keywords: development build-tools dependencies package-manager c c++ cmake
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
