-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
25 lines (25 loc) · 823 Bytes
/
Copy pathdub.json
File metadata and controls
25 lines (25 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"authors": [ "Christian Brendlin" ],
"lflags-linux": [ "-rpath=$$ORIGIN", "-L." ],
"lflags-windows": [ "-L.", "/LIBPATH:." ],
"subPackages": [ "install" ],
"versions": [ "Version1" ],
"license": "BSD-3-Clause",
"copyright": "Copyright © 2025 Christian Brendlin",
"name": "cfitsio-d",
"sourcePaths": [ "source" ],
"libs": [ "cfitsio" ],
"lflags-posix": [ "-L." ],
"description": "D bindings for the NASA CFITSIO library (C library for FITS files).",
"homepage": "https://github.com/chrischtel/cfitsio-d",
"configurations": [
{
"targetType": "library",
"name": "default"
}
],
"dependencies": {},
"targetType": "library",
"importPaths": [ "source" ],
"lflags-osx": [ "-rpath", "@executable_path/", "-L." ]
}