File: phog.doap

package info (click to toggle)
phog 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,268 kB
  • sloc: ansic: 14,194; xml: 2,542; sh: 78; python: 16; makefile: 10
file content (24 lines) | stat: -rw-r--r-- 926 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
23
24
<?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>phog</name>
  <shortname>phog</shortname>
  <shortdesc>A pure Wayland shell for mobile devices</shortdesc>
  <description>Phog aims to be a graphical greeter for mobile devices
  running Linux like the Librem 5.</description>
  <homepage rdf:resource="https://gitlab.com/mobian1/phog/" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />

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

  <maintainer>
    <foaf:Person>
      <foaf:name>Arnaud Ferraris</foaf:name>
      <foaf:mbox rdf:resource="mailto:aferraris@debian.org" />
    </foaf:Person>
  </maintainer>
</Project>