File: libpanel.doap

package info (click to toggle)
libpanel 1.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: ansic: 19,093; xml: 39; sh: 24; javascript: 13; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
         xmlns="http://usefulinc.com/ns/doap#">

  <name>libpanel</name>
  <shortname>libpanel</shortname>
  <shortdesc>IDE paneling library for GTK</shortdesc>
  <description>
    libpanel is a collection of GTK widgets for IDE-like applications targeting
    GNOME using GTK and libadwaita.
  </description>
  <homepage rdf:resource="https://gitlab.gnome.org/GNOME/libpanel" />
  <license rdf:resource="https://spdx.org/licenses/LGPL-3.0-or-later.html" />

  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Christian Hergert</foaf:name>
      <foaf:mbox rdf:resource="mailto:chergert@gnome.org" />
      <gnome:userid>chergert</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>