File: control

package info (click to toggle)
libsml 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: ansic: 8,435; makefile: 174; sh: 5
file content (42 lines) | stat: -rw-r--r-- 1,557 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
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libsml
Priority: optional
Maintainer: Joachim Zobel <jz-2017@heute-morgen.de>
Build-Depends: debhelper-compat (= 13), uuid-dev (>= 2.16), dh-exec, pandoc
Standards-Version: 4.6.2
Rules-Requires-Root: no
Section: libs
Homepage: https://github.com/volkszaehler/libsml
Vcs-Git: https://github.com/volkszaehler/libsml.git
Vcs-Browser: https://github.com/volkszaehler/libsml

Package: libsml-dev
Section: libdevel
Architecture: any
Depends: libsml1 (= ${binary:Version}), uuid-dev (>= 2.16), ${misc:Depends}
Multi-Arch: same
Description: Header files for libSML
 libSML is a library which implements the Smart Messaging Language (SML)
 protocol specified by VDE's Forum Netztechnik/Netzbetrieb (FNN).
 It can be utilized to communicate to FNN specified Smart Meters
 or Smart Meter components (EDL/MUC).
 .
 This package includes header include files and an example for libSML

Package: libsml1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libsml-utils
Multi-Arch: same
Description: Library for the Smart Messaging Language (SML)
 libSML is a library which implements the Smart Messaging Language (SML)
 protocol specified by VDE's Forum Netztechnik/Netzbetrieb (FNN).
 It can be utilized to communicate to FNN specified Smart Meters
 or Smart Meter components (EDL/MUC).

Package: libsml-utils 
Architecture: any
Depends: libsml1, ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Small tool for testing and debugging libsml
 sml_server was originally intended as an example but is quite useful by itself.