13 lines
193 B
PHP
Raw Normal View History

2025-06-04 21:50:28 +07:00
<?php
2025-06-04 21:42:44 +07:00
declare(strict_types=1);
namespace SPC\builder\macos\library;
class nghttp3 extends MacOSLibraryBase
{
use \SPC\builder\unix\library\nghttp3;
public const NAME = 'nghttp3';
}