add ext-decimal

This commit is contained in:
henderkes
2026-04-12 12:28:27 +07:00
parent 6e354b4c6a
commit 4f27d2d9d1
11 changed files with 172 additions and 6 deletions

View File

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