File: java-gnome.doap

package info (click to toggle)
java-gnome 4.1.3-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 9,840 kB
  • sloc: java: 27,002; ansic: 4,517; perl: 1,651; python: 1,187; makefile: 136
file content (24 lines) | stat: -rw-r--r-- 1,520 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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 xml:lang="en">java-gnome</name>
  <shortdesc xml:lang="en">Java bindings for the GTK widget toolkit and for the rich family of libraries making up the GNOME desktop</shortdesc>
  <description>The official Java bindings for GTK and GNOME. They feature robust engineering design, completely generated internals, a lovingly crafted layer presenting the public API. Developers can use java-gnome to develop sophisticated user interfaces for Linux applications so that they richly integrate with the GNOME Desktop while leveraging their expertise with the Java language.</description>
  <homepage rdf:resource="http://java-gnome.sourceforge.net/" />
  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers" />
  <download-page rdf:resource="http://download.gnome.org/sources/java-gnome/" />
  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=java-gnome" />

  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />

  <maintainer>
    <foaf:Person>
      <foaf:name>Andrew Cowie</foaf:name>
      <foaf:mbox rdf:resource="mailto:andrew@operationaldynamics.com" />
      <gnome:userid>afcowie</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>