File debian.control of Package crystal1.17
Source: crystal1.17
Section: devel
Priority: extra
Maintainer: Crystal Team <crystal@manas.tech>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: https://crystal-lang.org
Package: crystal1.17-docs
Section: devel
Architecture: all
Depends: ${shlibs:Depends}
Enhances: crystal1.17
Provides: crystal-docs (= 1.17)
Conflicts: crystal-docs (<< 1.17)
Replaces: crystal-samples (<< 1.17)
Description: Documentation for the Crystal Programming Language
Package: crystal1.17-samples
Section: devel
Architecture: all
Depends: ${shlibs:Depends}
Enhances: crystal1.17
Provides: crystal-samples (= 1.17)
Conflicts: crystal-samples (<< 1.17)
Replaces: crystal-samples (<< 1.17)
Description: Sample code for the Crystal Programming Language
Package: crystal1.17
Section: devel
Architecture: any
Provides: crystal (= 1.17)
Conflicts: crystal (<< 1.17)
Replaces: crystal (<< 1.17)
Depends: ${shlibs:Depends}, gcc, pkg-config, libpcre2-dev, libevent-dev
Recommends: libssl-dev, libz-dev, libxml2-dev, libgmp-dev, libyaml-dev
Description: Crystal is a general-purpose, object-oriented programming language.
With syntax inspired by Ruby, it is a compiled language with static type-checking,
serving both, humans and computers.