This commit is contained in:
DubbleClick
2025-07-18 14:04:55 +07:00
parent 5c44703f53
commit be0dbcd9eb
6 changed files with 79 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class jbig extends LinuxLibraryBase
{
use \SPC\builder\unix\library\jbig;
public const NAME = 'jbig';
}