Search Criteria
Package Details: libyang 3.4.2-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://github.com/CESNET/libyang |
Licenses: | BSD |
Conflicts: | libyang-devel-git, libyang-git |
Submitter: | leonshaw |
Maintainer: | k0ste |
Last Packager: | k0ste |
Votes: | 6 |
Popularity: | 0.005693 |
First Submitted: | 2018-03-29 02:33 (UTC) |
Last Updated: | 2024-09-15 09:00 (UTC) |
Dependencies (5)
- pcre2 (pcre2-gitAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- graphviz (make)
- cmocka (cmocka-gitAUR) (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
pkgconf
is included inmakedepends
doesn't make any difference for me when building the package, the resulting.pc
file is included either way.It might not be included in your case because you don't have
pkgconf
installed.However it should be installed by the
base-devel
group which is requirement for building packages from AUR.I don't think I should include a package from
base-devel
in 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