diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-06-03 12:34:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-03 12:34:58 +0200 |
commit | b86060b2baa3f291874b2ad43661418aa2cdcc51 (patch) | |
tree | c4be172a102d54e4f6acc12f04d83b79bc8b6da9 /atlas/tests/ws_conflict/source/cpkg@2.0 | |
parent | 8cc49f221e532a62100eeecd200be90799783533 (diff) | |
download | Nim-b86060b2baa3f291874b2ad43661418aa2cdcc51.tar.gz |
Atlas: --project switch and better graph representation (#21971)
Diffstat (limited to 'atlas/tests/ws_conflict/source/cpkg@2.0')
-rw-r--r-- | atlas/tests/ws_conflict/source/cpkg@2.0/cpkg.nimble | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atlas/tests/ws_conflict/source/cpkg@2.0/cpkg.nimble b/atlas/tests/ws_conflict/source/cpkg@2.0/cpkg.nimble new file mode 100644 index 000000000..381fae111 --- /dev/null +++ b/atlas/tests/ws_conflict/source/cpkg@2.0/cpkg.nimble @@ -0,0 +1 @@ +requires "https://github.com/dpkg >= 1.0" |