Search Criteria
Package Details: libyang 5.4.9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libyang.git (read-only, click to copy) |
|---|---|
| Package Base: | libyang |
| Description: | A YANG data modelling language parser and toolkit written (and providing API) in C |
| Upstream URL: | https:// |
| Licenses: | BSD |
| Conflicts: | libyang-devel-git, libyang-git |
| Submitter: | leonshaw |
| Maintainer: | k0ste |
| Last Packager: | k0ste |
| Votes: | 7 |
| Popularity: | 0.006174 |
| First Submitted: | 2018-03-29 02:33 (UTC) |
| Last Updated: | 2026-04-01 07:38 (UTC) |
Dependencies (7)
- pcre2 (pcre2-gitAUR)
- xxhash (xxhash-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- graphviz (make)
- cmocka (cmocka-gitAUR) (check)
- expect (check)
Latest Comments
« First ‹ Previous 1 2
ivoronin commented on 2020-02-09 15:53 (UTC)
@k0ste you should add pkg-config to build-deps
lieter commented on 2020-02-06 08:11 (UTC)
Here's the diff to build 1.0.130:
k0ste commented on 2020-01-23 08:52 (UTC)
@lieter, done.
lieter commented on 2020-01-23 08:47 (UTC)
Hi,
I've added the C++ language bindings to the package with this patch:
Would you be so kind to pull them in?
impatt commented on 2019-11-18 12:34 (UTC)
Hmm, I did not know about base-devel. My mistake.
cfra commented on 2019-11-18 12:13 (UTC)
Whether
pkgconfis included inmakedependsdoesn't make any difference for me when building the package, the resulting.pcfile is included either way.It might not be included in your case because you don't have
pkgconfinstalled.However it should be installed by the
base-develgroup which is requirement for building packages from AUR.I don't think I should include a package from
base-develin mymakedepends.Please let me know if and why you disagree.
impatt commented on 2019-11-18 10:31 (UTC)
Could you add the 'pkgconf' dependency to makedepends? Without this dependency, the libyang.pc file is not added to the package. This leads to problems compiling projects related to the libyang library. Thank you.
« First ‹ Previous 1 2