https://github.com/depp/depbuilder
Dependency Builder: Package manager for native libraries
https://github.com/depp/depbuilder
Last synced: about 1 month ago
JSON representation
Dependency Builder: Package manager for native libraries
- Host: GitHub
- URL: https://github.com/depp/depbuilder
- Owner: depp
- License: mit
- Created: 2015-12-28T07:49:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T07:50:12.000Z (over 10 years ago)
- Last Synced: 2025-01-27T11:46:10.877Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Depbuilder: Dependency Builder
(Development is in progress. Depbuilder is not yet functional.)
"Like NPM, but for native code." Depbuilder is a tool for automatically building the third-party C and C++ libraries that your software depends on.
Depbuilder complements your system's package manager, if it exists. You can install some packages system-wide with Apt, DNF, or Homebrew, and install some packages locally with Depbuilder. This lets you more easily pin your software to specific versions of third-party packages. Depbuilder lets you choose between system packages and local packges.
Depbuilder is cross-platform, and works on Linux, OS X, and Windows. Unfortunately, there are some rather significant differences between the various platforms, so it may take some additional work to make sure that your dependencies can be built on all supported platforms.