-
Notifications
You must be signed in to change notification settings - Fork 0
/
control
30 lines (28 loc) · 1.66 KB
/
control
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
30
Source: librets
Priority: extra
Maintainer: Sean Reifschneider <sean+packages@realgo.com>
#Build-Depends: debhelper (>= 7), python3-dev, python3-all, libexpat1-dev, libcurl4-openssl-dev, libboost-dev, libboost-filesystem-dev, libantlr-dev, swig, libcppunit-dev, dh-autoreconf, dh-python, openjdk-7-jre-headless | openjdk-7-jre | default-jre-headless | default-jdk-headless
Build-Depends: debhelper (>= 7), python3-dev, libexpat1-dev, libcurl4-openssl-dev, libboost-dev, libboost-filesystem-dev, swig, dh-autoreconf, openjdk-7-jre-headless | openjdk-7-jre | default-jre-headless | default-jdk-headless
Standards-Version: 3.9.5
Section: libs
Homepage: http://www.crt.realtors.org/projects/rets/librets/
Package: librets-dev
Section: libdevel
Architecture: any
Depends: librets1 (= ${binary:Version}), ${misc:Depends}
Description: Development files for RETS library.
libRETS is RETS client library written in C++ that allows rapid development
of RETS client applications. By saving the developer from dealing with the
RETS protocol details, the application writer can concentrate on their
application, saving them time and money in the process. It is released under
a BSD-style license.
Package: librets1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: RETS (Real Estate Transaction Standard) client library
libRETS is RETS client library written in C++ that allows rapid development
of RETS client applications. By saving the developer from dealing with the
RETS protocol details, the application writer can concentrate on their
application, saving them time and money in the process. It is released under
a BSD-style license.