1
0
Fork 0
gnome-shell/subprojects/jasmine-gjs/debian/control
Daniel Baumann 1fcdbd5df9
Adding upstream version 48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 20:26:11 +02:00

19 lines
609 B
Text

Source: jasmine-gjs
Section: devel
Priority: optional
Maintainer: Philip Chimento <philip.chimento@gmail.com>
Build-Depends: debhelper-compat (= 12),
gir1.2-glib-2.0,
gjs (>= 1.71.1),
meson (>= 0.58.0)
Standards-Version: 4.5.0
Homepage: https://github.com/ptomato/jasmine-gjs
Package: jasmine-gjs
Architecture: all
Depends: ${misc:Depends},
gir1.2-glib-2.0,
gjs (>= 1.71.1)
Description: Behavior-driven development framework for GJS
This module allows you to run Jasmine specs for your GJS code. The output will
be displayed in your terminal.