diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-30 19:20:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-06 20:34:25 +0200 |
commit | 8e866579cb459c5104c532d5e41d562d45236ea5 (patch) | |
tree | f72548e3499bfdc50bc1183ec014d14e6b53918c /tests/loader/internal/1/math | |
parent | c188831c50456754de79aadc26df74149cb00422 (diff) |
Implement loader
Diffstat (limited to 'tests/loader/internal/1/math')
-rw-r--r-- | tests/loader/internal/1/math/packages | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/loader/internal/1/math/packages b/tests/loader/internal/1/math/packages new file mode 100644 index 0000000..2722f6e --- /dev/null +++ b/tests/loader/internal/1/math/packages @@ -0,0 +1,26 @@ +: 1 +# Foreign repository manifest. +# +location: ../../../external/1/misc +: +# Local repository manifest (this repository). +# +: +name: libexp +version: 1+1.2 +summary: The exponent +license: MIT +tags: c++, exponent +url: http://www.exp.com +email: users@exp.com +depends: libmisc +: +name: libfoo +version: 1.2.4-1 +summary: The Foo Math Library +description: Very good math library. +license: MIT +tags: c++, foo, math +url: http://www.example.com/foo/ +email: foo-users@example.com +depends: libmisc >= 2.3.0 |