[MIRROR] nimbus – a Nim build system https://nimbus.sysrq.in/
Go to file
Anna “CyberTailor” 6ae406ae6d
ChangeLog: tag 0.2.5
2022-07-04 23:24:14 +05:00
.reuse Implement Ninja code generator 2022-06-29 03:34:39 +05:00
LICENSES Implement Ninja code generator 2022-06-29 03:34:39 +05:00
src ChangeLog: tag 0.2.5 2022-07-04 23:24:14 +05:00
tests dependencyresolver.nim: prefix unsupportedPkgWarning 2022-07-04 23:09:21 +05:00
.gitignore ChangeLog: tag 0.2.4 2022-07-04 02:26:55 +05:00
ChangeLog ChangeLog: tag 0.2.5 2022-07-04 23:24:14 +05:00
README.md README.md: add IRC section 2022-06-29 16:10:09 +05:00
nimbus.1 nimbleexecutor.nim: add debug output 2022-07-04 23:03:40 +05:00
nimbus.nimble ChangeLog: tag 0.2.5 2022-07-04 23:24:14 +05:00

README.md

nimbus

nimbus is a Nim build system. You can also call in NimBS. Nimja would also be a clever name but it's already taken.

Raison d'être

nimble is a great tool for development but it does not get on well with system package managers.

This project is intended to be used with traditional package managers (primarly with Gentoo's Portage). But maybe it'll be useful for other purposes too.

Dependencies

nimbus only generates build.ninja files, so you'll need ninja or samurai to use it.

Installing

  • Using nimble:

    nimble install

  • Using just Nim compiler:

    nim c src/nimbus

Testing

$ testament all

Contributing

Patches and pull requests are welcome. Please use either git-send-email(1) or git-request-pull(1), addressed to cyber@sysrq.in.

Your commit message should conform to the following standard:

file/changed: Concice and complete statement of the purpose

This is the body of the commit message.  The line above is the
summary.  The summary should be no more than 72 chars long.  The
body can be more freely formatted, but make it look nice.  Make
sure to reference any bug reports and other contributors.  Make
sure the correct authorship appears.

IRC

You can join the #nimbus channel either on OFTC or via Matrix.

License

  • BSD-3-Clause
  • Apache-2.0 (ninja_syntax.nim)