Files
static-php-cli/src/SPC/builder/freebsd/library/bzip2.php

13 lines
187 B
PHP
Raw Normal View History

2023-10-15 17:17:42 +08:00
<?php
declare(strict_types=1);
namespace SPC\builder\freebsd\library;
class bzip2 extends BSDLibraryBase
{
use \SPC\builder\unix\library\bzip2;
public const NAME = 'bzip2';
}