source: general/genlib/libyaml.xml@ cbcf148

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cbcf148 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY yaml-download-http "https://github.com/yaml/libyaml/releases/download/&yaml-version;/yaml-&yaml-version;.tar.gz">
8 <!ENTITY yaml-download-ftp " ">
9 <!ENTITY yaml-md5sum "bb15429d8fb787e7d3f1c83ae129a999">
10 <!ENTITY yaml-size "596 KB">
11 <!ENTITY yaml-buildsize "6.4 MB (with tests)">
12 <!ENTITY yaml-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="libyaml" xreflabel="libyaml-&yaml-version;">
16 <?dbhtml filename="libyaml.html"?>
17
18
19 <title>libyaml-&yaml-version;</title>
20
21 <indexterm zone="libyaml">
22 <primary sortas="a-libyaml">libyaml</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libyaml</title>
27
28 <para>
29 The <application>yaml</application> package contains a C
30 library for parsing and emitting YAML (YAML Ain't Markup
31 Language) code.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&yaml-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&yaml-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &yaml-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &yaml-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &yaml-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &yaml-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libyaml Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="doxygen"/>
75 </para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/libyaml"/>
79 </para>
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of libyaml</title>
84
85 <para>
86 Install <application>libyaml</application> by running the following
87 commands:
88 </para>
89
90 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
91make</userinput></screen>
92
93<!--
94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
97cmake -DCMAKE_INSTALL_PREFIX=/usr \
98 -DBUILD_SHARED_LIBS=true \
99 -DCMAKE_BUILD_TYPE=RELEASE .. &amp;&amp;
100make</userinput></screen> -->
101
102 <para>
103 To test the results, issue: <command>make check</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/static-libraries.xml"/>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 libyaml.so
136 </seg>
137 <seg>
138 None
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="libyaml-lib">
149 <term><filename class="libraryfile">libyaml.so</filename></term>
150 <listitem>
151 <para>
152 contains API functions for parsing and emitting YAML code
153 </para>
154 <indexterm zone="libyaml libyaml-lib">
155 <primary sortas="c-libyaml">libyaml.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.