1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: shards
Section: devel
Priority: optional
Maintainer: David Suárez <deiv@debian.org>
Rules-Requires-Root: no
Build-Depends: asciidoctor,
crystal,
debhelper-compat (= 13),
fossil,
git,
libyaml-dev,
mercurial
Standards-Version: 4.6.2
Homepage: https://crystal-lang.org/
Vcs-Git: https://salsa.debian.org/deiv/shards.git
Vcs-Browser: https://salsa.debian.org/deiv/shards
Package: shards
Architecture: amd64
Depends: crystal, ${misc:Depends}, ${shlibs:Depends}
Recommends: git
Suggests: fossil, mercurial
Description: dependency manager for the Crystal language
Shards is the dependency manager for the Crystal programming language.
.
It manages dependencies for Crystal projects and libraries with
reproducible installs across computers and systems.
|