Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from cabinpkg/cabin

A package manager and build system for C++

License

Notifications You must be signed in to change notification settings

Heus-Sueh/cabin

 
 

Repository files navigation

Cabin

Caution

Cabin is still under development and may contain a bunch of bugs.

demo

Cabin is a package manager and build system for C++ users, inspired by Cargo for Rust. Cabin is designed as a structure-oriented build system, which means that as long as you follow Cabin's designated project structure, you almost do not need configurations, much less a language to build, unlike CMake. If you do not like writing a bunch of configurations to build your project, Cabin might be best suited. Currently, the supported project structure can be known by looking at this repository since Cabin can build itself.

Installation

Read "Installation" from Cabin Docs.

Installing from Source (not recommended)

See INSTALL.md.

Community

See GitHub Discussions.

Contributing

See CONTRIBUTING.md.

License

Cabin is licensed under the terms of the Apache License version 2.0.

See LICENSE for details.

About

A package manager and build system for C++

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.0%
  • Shell 2.0%
  • Makefile 1.7%
  • Dockerfile 0.3%