2023-04-30 14:22:59 +08:00

13 lines
196 B
PHP

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