Search Criteria
Package Details: libxls 1.6.3-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libxls.git (read-only, click to copy) |
|---|---|
| Package Base: | libxls |
| Description: | Read binary Excel files from C/C++ |
| Upstream URL: | https://github.com/libxls/libxls |
| Licenses: | BSD |
| Submitter: | adsun |
| Maintainer: | shilka |
| Last Packager: | shilka |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-06-12 00:49 (UTC) |
| Last Updated: | 2026-03-02 09:10 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- autoconf-archive (autoconf-archive-gitAUR) (make)
Latest Comments
shilka commented on 2024-05-09 11:19 (UTC) (edited on 2024-05-09 13:28 (UTC) by shilka)
modify xlstypes.h under include path before build. already add a patch do it.
delete:
ifdef __cplusplus
include <cstdint>
else
include <stdint.h>
endif
add:
include <stdint.h>