Files
static-php-cli/src/SPC/builder/linux/library/libevent.php
2023-04-30 14:22:59 +08:00

13 lines
196 B
PHP

<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class libevent extends LinuxLibraryBase
{
use \SPC\builder\unix\library\libevent;
public const NAME = 'libevent';
}