This commit is contained in:
DubbleClick
2025-07-18 13:51:33 +07:00
parent c364970e05
commit 5c44703f53
6 changed files with 75 additions and 6 deletions

View File

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