File: control

package info (click to toggle)
clucy 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • sloc: makefile: 40
file content (29 lines) | stat: -rw-r--r-- 1,150 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: clucy
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Daigo Moriwaki <daigo@debian.org>,
           Phil Hagelberg <technomancy@gmail.com>,
           Wolodja Wentland <babilen@gmail.com>
Build-Depends: debhelper (>= 10),
               javahelper (>= 0.32),
               clojure (>= 1.8),
               default-jdk,
               liblucene2-java,
               libtext-markdown-perl
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libclucy-clojure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libclucy-clojure.git
Homepage: https://github.com/weavejester/clucy

Package: libclucy-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Recommends: ${java:Recommends}
Description: Clojure interface to the Lucene search engine
 Lucene is a full-text search engine for the Java(TM) programming language.
 It is not a complete application, but rather a code library and API
 that can be used to easily add search capabilities to applications.
 .
 This package contains a Clojure interface to Lucene.