1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: gradle-kotlin-dsl
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
gradle,
kotlin,
maven-repo-helper
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/gradle-kotlin-dsl.git
Vcs-Browser: https://salsa.debian.org/java-team/gradle-kotlin-dsl
Homepage: https://github.com/gradle/kotlin-dsl
Package: libgradle-kotlin-dsl-java
Architecture: all
Depends: ${misc:Depends}, kotlin, libgradle-core-java
Description: Gradle Kotlin DSL
The Gradle Kotlin DSL provides support for writing Gradle build scripts
using JetBrains' Kotlin language. It aims to provide Gradle users with
a rich, flexible and statically-typed approach to developing build logic
in conjunction with the best IDE and tooling experience possible.
|