File: package.xml

package info (click to toggle)
drogon 1.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,096 kB
  • sloc: cpp: 52,222; sh: 249; xml: 20; makefile: 11
file content (30 lines) | stat: -rw-r--r-- 854 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
30
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
    <name>drogon</name>

    <version>1.8.4</version>

    <description>Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows.</description>

    <maintainer email="antao2002@gmail.com">An Tao</maintainer>

    <license>MIT</license>

    <url type="repository">https://github.com/drogonframework/drogon</url>

    <author email="antao2002@gmail.com">An Tao</author>

    <buildtool_depend>cmake</buildtool_depend>

    <depend>libjsoncpp-dev</depend>
    <depend>uuid</depend>
    <depend>zlib</depend>
    <depend>openssl</depend>
    <depend>libssl-dev</depend>
    <depend>libsqlite3-dev</depend>

  <export>
    <build_type>cmake</build_type>
  </export>

</package>