Add snappy extension

This commit is contained in:
Joseph Bielawski
2023-09-03 15:49:15 +02:00
committed by Jerry Ma
parent 6de5c1dab0
commit fdc3a7a04b
7 changed files with 120 additions and 3 deletions

View File

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