aboutsummaryrefslogtreecommitdiff
path: root/lib/libyaml
Commit message (Collapse)AuthorAgeFilesLines
* libyaml: import libyaml vendor version 0.2.5Baptiste Daroussin2025-06-261-0/+29
| | | | | The yaml parser used in nuageinit is too incomplete, import libyaml in order to be able to use as a complete parser for nuageinit.
* Remove libyaml, it has been replaced by libuclBaptiste Daroussin2014-02-232-102/+0
| | | | Notes: svn path=/head/; revision=262407
* Rename libbsdyml to libyaml, make private, and bumpBryan Drewery2013-10-142-69/+3
| | | | | | | | | | | SHLIB_MAJOR to 1.0 Suggested by: des Approved by: bapt MFC after: 1 week Notes: svn path=/head/; revision=256450
* Add a stub manpage modeled over the libexpat one to explain to users not to useBaptiste Daroussin2013-03-052-0/+62
| | | | | | | | | this library outside of base. Requested by: simon Notes: svn path=/head/; revision=247840
* Import libyaml as libbsdyml (private brand name)Baptiste Daroussin2013-03-042-0/+106
LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg) and bhyve Reviewed by: roberto, antoine Notes: svn path=/head/; revision=247779