Source: vibe.d
Section: web
Priority: optional
Maintainer: Debian D Language Group <pkg-d-devel@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper (>= 9.0.0),
               dlang-libevent,
               dlang-openssl,
               ldc,
               libevent-dev,
               libssl1.0-dev,
               meson,
               pkg-config,
               zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://vibed.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-d/vibe.d.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-d/vibe.d.git

Package: vibe.d
Architecture: all
Depends: libvibe-core-dev,
         libvibe-data-dev,
         libvibe-diet-dev,
         libvibe-http-dev,
         libvibe-mail-dev,
         libvibe-mongodb-dev,
         libvibe-redis-dev,
         libvibe-utils-dev,
         libvibe-web-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance asynchronous I/O web application toolkit
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package is a metapackage pulling in all vibe.d modules and their
 development files.

Package: libvibe-core0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Core
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains basic I/O and concurrency primitives, as well
 as low level utility functions of Vibe.

Package: libvibe-core-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Core (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for basic I/O and concurrency
 primitives, as well as low level utility functions of Vibe.

Package: libvibe-utils0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Utils
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains low level utility functionality of Vibe.

Package: libvibe-utils-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Utils (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for low level utility
 functionality of Vibe.

Package: libvibe-data0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Data
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains data format and serialization support for Vibe.

Package: libvibe-data-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         libvibe-utils-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Data (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for data format and
 serialization support of Vibe.

Package: libvibe-http0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - HTTP
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains the Vibe HTTP server and client implementation
 and higher level HTTP functionality.

Package: libvibe-http-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - HTTP (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for the Vibe HTTP server,
 client implementation and higher level HTTP functionality.

Package: libvibe-mail0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Mail
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains the Vibe SMTP client support.

Package: libvibe-mail-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Mail (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for the SMTP client support.

Package: libvibe-diet0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Diet
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains the Diet HTML template system.

Package: libvibe-diet-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Diet (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for the Diet HTML
 template system.

Package: libvibe-mongodb0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - MongoDB
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains the MongoDB database client implementation.

Package: libvibe-mongodb-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - MongoDB (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for the MongoDB database
 client implementation.

Package: libvibe-redis0
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Redis
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains the Redis database client implementation.

Package: libvibe-redis-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Redis (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for the Redis database
 client implementation.

Package: libvibe-web0
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Web
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains the high level web and REST service framework.

Package: libvibe-web-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: High-performance web application toolkit - Web (development)
 vibe.d is a high-performance asynchronous I/O, concurrency and web
 application toolkit written in D. It already contains many supplemental
 features such as database support to be able to offer a complete
 development environment.
 .
 This package contains development files for the high level web
 and REST service framework.
