Codebase list core-async-clojure / 6b61bd3
d/control: add a versioned dependency on tools-analyzer-jvm. Louis-Philippe VĂ©ronneau 3 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 core-async-clojure (1.3.610-2) UNRELEASED; urgency=medium
1
1
2 * Team upload.
23 * d/rules: build using leiningen. (Closes: #976415)
4 * d/control: add a versioned dependency on tools-analyzer-jvm.
35
46 -- Louis-Philippe VĂ©ronneau <pollo@debian.org> Mon, 07 Dec 2020 12:26:22 -0500
57
77 maven-repo-helper,
88 default-jdk,
99 libclojure-java,
10 libtools-analyzer-jvm-clojure,
10 libtools-analyzer-jvm-clojure (>=1.1.0),
11 libnrepl-clojure <!nocheck>,
12 libcomplete-clojure <!nocheck>,
1113 leiningen,
1214 Standards-Version: 4.5.0
1315 Vcs-Git: https://salsa.debian.org/clojure-team/core-async-clojure.git
2022 Depends: ${java:Depends},
2123 ${misc:Depends},
2224 libclojure-java,
23 libtools-analyzer-jvm-clojure,
25 libtools-analyzer-jvm-clojure (>=1.1.0),
2426 Recommends: ${java:Recommends}
2527 Description: asynchronous programming using channels for Clojure
2628 core.async is a Clojure library designed to provide facilities for async