File: control

package info (click to toggle)
ruby-cfpropertylist 3.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 156 kB
  • sloc: ruby: 1,436; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 859 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
Source: ruby-cfpropertylist
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Anish A <aneesh.nl@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.1~)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cfpropertylist.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cfpropertylist
Homepage: https://github.com/ckruse/CFPropertyList
Rules-Requires-Root: no

Package: ruby-cfpropertylist
Architecture: all
Depends: ruby:any,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Manipulate binary and XML property lists as defined by apple
 Class to read, manipulate and write both XML and binary property list
 files (plist(5)) as defined by Apple. Have a look at CFPropertyList::List
 for more documentation.