套件:ruby-librarian(0.6.4-5)
ruby-librarian 的相關連結
Debian 的資源:
下載原始碼套件 ruby-librarian:
- [ruby-librarian_0.6.4-5.dsc]
- [ruby-librarian_0.6.4.orig.tar.gz]
- [ruby-librarian_0.6.4-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
framework for writing bundlers
Librarian is a framework for writing bundlers, which are tools that resolve, fetch, install, and isolate a project's dependencies, in Ruby.
A bundler written with Librarian will expect you to provide a specfile listing your project's declared dependencies, including any version constraints and including the upstream sources for finding them. Librarian can resolve the spec, write a lockfile listing the full resolution, fetch the resolved dependencies, install them, and isolate them in your project.
A bundler written with Librarian will be similar in kind to Bundler, the bundler for Ruby gems that many modern Rails applications use.