mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
13 lines
196 B
PHP
13 lines
196 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace SPC\builder\macos\library;
|
|
|
|
class net_snmp extends MacOSLibraryBase
|
|
{
|
|
use \SPC\builder\unix\library\net_snmp;
|
|
|
|
public const NAME = 'net-snmp';
|
|
}
|