Source: lexbor
Standards-Version: 4.7.4
Maintainer: Karsten Schöke <karsten.schoeke@geobasis-bb.de>
Section: libs
Build-Depends:
 debhelper-compat (= 14),
 cmake,
 linux-libc-dev,
Vcs-Browser: https://salsa.debian.org/debian/lexbor
Vcs-Git: https://salsa.debian.org/debian/lexbor.git
Homepage: https://lexbor.com

Package: liblexbor-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 liblexbor3 (= ${binary:Version}),
 ${misc:Depends},
Description: Pure C HTML and CSS renderer (development files)
 Lexbor is an HTML/CSS renderer designed to be fast, lightweight,
 and resource-efficient, yet it's a pure C99 library
 with no external dependencies.  It's primarily used in projects
 that need to process web content (e.g., parse, extract, or render HTML)
 but don't require a full browser environment.
 It's a browser engine, without a JavaScript engine,
 with a focus on parsing and DOM manipulation.
 It allows integration with other projects or languages,
 for example, bindings in Rust, Python, or Go.
 .
 This package provides the development files.

Package: liblexbor3
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Pure C HTML and CSS renderer (library)
 Lexbor is an HTML/CSS renderer designed to be fast, lightweight,
 and resource-efficient, yet it's a pure C99 library
 with no external dependencies.  It's primarily used in projects
 that need to process web content (e.g., parse, extract, or render HTML)
 but don't require a full browser environment.
 It's a browser engine, without a JavaScript engine,
 with a focus on parsing and DOM manipulation.
 It allows integration with other projects or languages,
 for example, bindings in Rust, Python, or Go.
 .
 This package provides shared libraries.
