Skip to main content

Development Environment Wrangler

Project description

Development Environment Wrangler

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

Installing and Usage

pip3 install dew-pacman
python3 -m dew

Run dew in a directory which contains a dewfile.json file.

Note: dew requires python 3.4 and above.

What does a dewfile look like?

Right now dewfiles look like this. Here is an example of a dewfile requiring the dependency glfw:

{
    "dependencies":
    [
        {
            "name": "glfw",
            "type": "git",
            "url": "git@github.com:glfw/glfw.git",
            "ref": "master"
        }
    ]
}

After running dew, glfw will be installed in the .dew/install prefix directory located in the root of your project containing the dewfile. You can pass this prefix path into your buildsystem to use all of the installed dependencies.

Better documentation for dewfiles will surface in the future.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dew-pacman-0.2.6.tar.gz (7.8 kB view details)

Uploaded Source

File details

Details for the file dew-pacman-0.2.6.tar.gz.

File metadata

  • Download URL: dew-pacman-0.2.6.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dew-pacman-0.2.6.tar.gz
Algorithm Hash digest
SHA256 a2c180455187893a6a04cd670988ccca6a2783b240cf57b6a3a80f6a39e63798
MD5 26b4280cc3dd79e9e1cd7a6187ed4e51
BLAKE2b-256 99a5da407651358c231547a88784faa3f3375844d397e489f554940ac57bdff2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page