blob: e169bb6a58eb31840d39e5aaa6d58b5cbdc5a052 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "libdicom",
"version": "1.2.0",
"port-version": 1,
"description": "libdicom is a C library and a set of command-line tools for reading DICOM WSI files",
"homepage": "https://github.com/ImagingDataCommons/libdicom",
"documentation": "https://libdicom.readthedocs.io/en/latest/",
"license": "MIT",
"dependencies": [
{
"name": "libdicom",
"host": true
},
"uthash",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}
|