File: control

package info (click to toggle)
core-match-clojure 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 348 kB
  • sloc: xml: 125; makefile: 20; sh: 7
file content (29 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download
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
28
29
Source: core-match-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               javahelper,
               maven-repo-helper,
               libclojure-java,
               libnrepl-clojure <!nocheck>,
               libcomplete-clojure <!nocheck>,
               leiningen,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/clojure-team/core-match-clojure
Vcs-Git: https://salsa.debian.org/clojure-team/core-match-clojure.git
Homepage: https://github.com/clojure/core.match
Rules-Requires-Root: no

Package: libcore-match-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libclojure-java
Recommends: ${java:Recommends}
Description: optimized pattern match and predicate dispatch library for Clojure
 An optimized pattern match and predicate dispatch library for Clojure.
 Currently the library only implements pattern matching. It supports Clojure
 1.3.0 and later as well as ClojureScript