软件包: ruby-grit (2.8.2-2)
ruby-grit 的相关链接
Trisquel 的资源:
下载源码包 ruby-grit:
维护者:
Original Maintainers:
- Debian Ruby Extras Maintainers (Mail Archive)
- Ondřej Surý
- Pirate Praveen
外部的资源:
- 主页 [github.com]
相似软件包:
Ruby Git bindings
Grit gives you object oriented read/write access to Git repositories via Ruby. The main goals are stability and performance. To this end, some of the interactions with Git repositories are done by shelling out to the system's git command, and other interactions are done with pure Ruby reimplementations of core Git functionality. This choice, however, is transparent to end users, and you need not know which method is being used.
This software was developed to power GitHub, and should be considered production ready.
This version has been patched for use with GITLAB.
其他与 ruby-grit 有关的软件包
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-charlock-holmes (>= 0.6~)
- Ruby character encoding detection library
-
- dep: ruby-diff-lcs (>= 1.1~)
- McIlroy-Hunt longest common subsequence algorithm implementation
-
- dep: ruby-mime-types (>= 2.6.1~)
- guess MIME type of files
-
- dep: ruby-posix-spawn (>= 0.3.11~)
- Ruby Implementation of posix_spawn(2) for faster process spawning