mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
16 lines
344 B
YAML
16 lines
344 B
YAML
|
|
libmpdec:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: url
|
||
|
|
url: 'https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz'
|
||
|
|
metadata:
|
||
|
|
license-files: [COPYRIGHT.txt]
|
||
|
|
license: BSD-2-Clause
|
||
|
|
headers:
|
||
|
|
- mpdecimal.h
|
||
|
|
static-libs@unix:
|
||
|
|
- libmpdec.a
|
||
|
|
static-libs@windows:
|
||
|
|
- libmpdec_a.lib
|