[go: up one dir, main page]

File: libdex.doap

package info (click to toggle)
libdex 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,076 kB
  • sloc: ansic: 12,459; asm: 226; makefile: 19; sh: 6; javascript: 5
file content (25 lines) | stat: -rw-r--r-- 899 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
<?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>libdex</name>
  <shortname>libdex</shortname>
  <shortdesc>Future-based programming for GLib-based applications and libraries</shortdesc>
  <homepage rdf:resource="https://gitlab.gnome.org/GNOME/libdex" />
  <license rdf:resource="https://spdx.org/licenses/LGPL-2.1-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>