genode-ehmry/nim
Emery Hemingway c5817f347a Finalize binary packages using "include $(BIN_RULES)"
Rather than call a small macro without inputs or outputs,
": |> !bin |>", include a file that will perform some metadata checks
and invoke the !bin macro. In this way checks are extensible across
packages by simply adding them to the common $(BIN_RULES) file.
2019-04-27 20:18:13 +02:00
..
blobsets@957ac3e38c Update Nim submodules 2019-04-27 20:18:13 +02:00
carn_layouter@75cf89f0ab Move nimble to nim 2019-04-27 20:18:11 +02:00
fetch_and_copy@b435efd9be Move nimble to nim 2019-04-27 20:18:11 +02:00
icy_client@9d59f400f2 Move nimble to nim 2019-04-27 20:18:11 +02:00
imap_report@bb47512970 Move nimble to nim 2019-04-27 20:18:11 +02:00
musicbrainz_playlist_generator@ecbce567eb Move nimble to nim 2019-04-27 20:18:11 +02:00
nim@5e5d3d1551 Move nimble to nim 2019-04-27 20:18:11 +02:00
nim-genode@e100bf80fb Move nimble to nim 2019-04-27 20:18:11 +02:00
nim-monero@4388541b96 Move nimble to nim 2019-04-27 20:18:11 +02:00
ninep@739f74840b Move nimble to nim 2019-04-27 20:18:11 +02:00
spry_genode@cb4d64fa73 Move nimble to nim 2019-04-27 20:18:11 +02:00
binaries.tup Finalize binary packages using "include $(BIN_RULES)" 2019-04-27 20:18:13 +02:00
package.tup WiP! public makefiles 2019-04-27 20:18:13 +02:00
README.md Initial commit 2019-03-07 18:22:51 +01:00
Tuprules.tup WiP! public makefiles 2019-04-27 20:18:13 +02:00

This directory hosts component submodules written in Nim. Integration is simple, commit a Tupfile containing the following to the upstream repository, assuming the repository contains an *,nimble, an archives, and a runtime file.

include_rules
include $(NIMBLE_BINARIES_INCLUDE)
include $(NIMBLE_PACKAGE_INCLUDE)