[MIRROR] nimbus – a Nim build system https://nimbus.sysrq.in/
Go to file
Anna “CyberTailor” f2c0a5cb40
continuous-integration/drone/push Build is passing Details
Update description
2024-01-11 10:03:42 +05:00
.github github: add funding info 2024-01-07 00:35:48 +05:00
.reuse github: add funding info 2024-01-07 00:35:48 +05:00
LICENSES docs: add Git button 2024-01-04 08:55:56 +05:00
docs docs: document code style 2024-01-11 10:00:25 +05:00
man man: fix a file collision 2023-06-17 12:52:25 +05:00
src Bump version: 1.1.2 → 1.1.3 2023-06-17 12:52:30 +05:00
tests nimbus.nim: separate Nim cache by binary 2023-04-27 22:48:19 +05:00
.bumpversion.cfg Bump version: 1.1.2 → 1.1.3 2023-06-17 12:52:30 +05:00
.bumpversion.cfg.license Fix reuse 2023-06-08 07:26:58 +05:00
.drone.yml ci: add reuse lint 2023-06-08 00:35:28 +05:00
.gitignore docs/*: add Sphinx docs 2022-11-13 19:38:17 +05:00
ChangeLog ChangeLog: sync 2023-11-25 14:17:40 +05:00
README.md docs: describe development status 2024-01-11 09:48:22 +05:00
nimbus.nimble Update description 2024-01-11 10:03:42 +05:00

README.md

nimbus

Build Status OpenSSF Best Practices

nimbus is a Nim build system. You can also call in NimBS. Nimja would also be a clever name but it's already taken (turns out the name "nimbus" is taken two times already but nobody cares yet).

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.

Development status

This software is considered completed and stable. No new features are planned, however there will be releases for bug fixes and compatibility updates.

Dependencies

This software has no build dependencies other than the Nim standard library.

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 (expert):

    nim c src/nimbus
    nim c src/txt2deps
    

Testing

$ testament all

Packaging

You can track new releases using an atom feed provided by GitHub.

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)