parent
3c1e669eaa
commit
92e9ec5e59
6 changed files with 203 additions and 74 deletions
10
tests/revdep/mydep/mydep.nimble
Normal file
10
tests/revdep/mydep/mydep.nimble
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Random dep"
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.0"
|
||||
11
tests/revdep/pkgNoDep/pkgA.nimble
Normal file
11
tests/revdep/pkgNoDep/pkgA.nimble
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Correctly structured package A"
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
11
tests/revdep/pkgWithDep/pkgA.nimble
Normal file
11
tests/revdep/pkgWithDep/pkgA.nimble
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Correctly structured package A"
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.0", "mydep"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue