File: control

package info (click to toggle)
sat4j 2.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 98,748 kB
  • sloc: java: 67,639; xml: 1,997; makefile: 36; sh: 35; ruby: 33
file content (23 lines) | stat: -rw-r--r-- 1,102 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
Source: sat4j
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Michael Tautschnig <mt@debian.org>
Build-Depends: debhelper-compat (= 13), ant
Build-Depends-Indep: javahelper, default-jdk, libcommons-cli-java, libcommons-beanutils-java,
 rhino, junit4, libjmock-java, ant-optional, libmockito-java, maven-repo-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/sat4j
Vcs-Git: https://salsa.debian.org/science-team/sat4j.git
Homepage: https://www.sat4j.org

Package: sat4j
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Breaks: eclipse-platform (<= 3.5.2-5)
Description: Efficient library of SAT solvers in Java
 The aim of the SAT4J library is to provide an efficient library of SAT solvers
 in Java. Compared to the OpenSAT project, the SAT4J library targets first
 users of SAT "black boxes", willing to embed  SAT technologies into their
 application without worrying about the details. The SAT4J project also tries
 to provide a basis of work for SAT researchers.