This commit is contained in:
DubbleClick
2025-06-04 21:42:44 +07:00
parent 42f356d322
commit ba0796c9ea
6 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class nghttp3 extends LinuxLibraryBase
{
use \SPC\builder\unix\library\nghttp3;
public const NAME = 'nghttp3';
}