blob: 5d75615ea91d00e41bca271b5d203325d5ca4214 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
; SPDX-FileCopyrightText: Copyright 2025 Alexandre Jesus <https://adbjesus.com>
;
; SPDX-License-Identifier: CC0-1.0
(library
(name glpk)
(ctypes
(external_library_name glpk)
(headers (include "glpk.h"))
(type_description
(instance Types)
(functor Type_description))
(function_description
(instance Functions)
(functor Function_description))
(generated_types Types_generated)
(generated_entry_point C)))
|