2023-05-17 22:08:13 +08:00

16 lines
257 B
PHP

<?php
declare(strict_types=1);
namespace SPC\builder\macos\library;
/**
* gmp is a template library class for unix
*/
class imagemagick extends MacOSLibraryBase
{
use \SPC\builder\unix\library\imagemagick;
public const NAME = 'imagemagick';
}