File: control

package info (click to toggle)
scout-clojure 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 132 kB
  • ctags: 7
  • sloc: xml: 70; makefile: 28
file content (26 lines) | stat: -rw-r--r-- 937 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
Source: scout-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders:
 Eugenio Cano-Manuel Mendoza <eugeniocanom@gmail.com>
Build-Depends:
 debhelper (>= 10),
 maven-repo-helper (>= 1.7),
 default-jdk,
 javahelper (>= 0.43),
 clojure (>= 1.8),
 libtext-markdown-perl | markdown
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-clojure/scout.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-clojure/scout.git
Homepage: https://github.com/davidsantiago/scout

Package: libscout-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Clojure library to parse strings
 Scout is a library for Clojure that provides a Scanner object which is
 associated with the string it is scanning. The Scanner object provides
 functionality such as searching by using regular expressions.