Changeset 52f84d9


Ignore:
Timestamp:
10/26/2023 05:33:22 AM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
acda439
Parents:
95677e0
Message:

The package is Msgpack, not MessagePack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/msgpack.xml

    r95677e0 r52f84d9  
    1515  <sect2 id="msgpack" xreflabel="msgpack-&msgpack-version;">
    1616
    17     <title>MessagePack-&msgpack-version;</title>
     17    <title>Msgpack-&msgpack-version;</title>
    1818
    1919    <indexterm zone="msgpack">
     
    2222
    2323    <sect3 role="package">
    24       <title>Introduction to MessagePack Module</title>
     24      <title>Introduction to Msgpack Module</title>
    2525
    2626      <para>
    27         <application>MessagePack</application> is an efficient binary
     27        <application>Msgpack</application> is an efficient binary
    2828        serialization format. It lets you exchange data among multiple
    2929        languages like JSON. But it's faster and smaller. This package
    30         provides CPython bindings for reading and writing MessagePack data.
     30        provides CPython bindings for reading and writing Msgpack data.
    3131      </para>
    3232
     
    6767      </itemizedlist>
    6868
    69       <bridgehead renderas="sect4">MessagePack Dependencies</bridgehead>
     69      <bridgehead renderas="sect4">Msgpack Dependencies</bridgehead>
    7070
    7171      <bridgehead renderas="sect5">Required</bridgehead>
     
    8484
    8585    <sect3 role="installation">
    86       <title>Installation of MessagePack</title>
     86      <title>Installation of Msgpack</title>
    8787
    8888      <para> Build the module: </para>
Note: See TracChangeset for help on using the changeset viewer.