File: libgepub.doap

package info (click to toggle)
libgepub 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 284 kB
  • sloc: ansic: 1,937; sh: 124; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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">libgepub</name>
  <shortdesc xml:lang="en">Simple library to read epub files using glib</shortdesc>
  <description>libgepub is a GObject based library for handling and rendering epub
documents.</description>
  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Daniel GarcĂ­a Moreno</foaf:name>
      <gnome:userid>danigm</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>