File: control

package info (click to toggle)
yoga 3.2.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: cpp: 12,985; python: 260; sh: 32; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 998 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
25
26
27
28
29
Source: yoga
Section: libs
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 googletest <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/facebook/yoga
Vcs-Git: https://salsa.debian.org/input-method-team/yoga.git
Vcs-Browser: https://salsa.debian.org/input-method-team/yoga
Description: Embeddable and performant flexbox layout engine
 Yoga is an embeddable and performant flexbox layout engine targeting web
 standards, with bindings for multiple languages. Yoga itself is not a UI
 framework, and does not do any drawing itself. Yoga's only responsibility
 is determining the size and position of boxes.

Package: libyoga-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 ${misc:Depends},
Description: ${source:Synopsis} (development files)
 ${source:Extended-Description}
 .
 This package provides the development files for the yoga library.