Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cbindgen.xml

    r20a35ab rbf5fb94  
    77  <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "19e6e9bc319f689ef433eb59090e3f3c">
    10   <!ENTITY cbindgen-size          "192 KB">
    11   <!ENTITY cbindgen-buildsize     "124 MB (add 568 MB for tests)">
    12   <!ENTITY cbindgen-time          "0.8 SBU (add 0.4 SBU for tests), both on a 4-core machine">
     9  <!ENTITY cbindgen-md5sum        "396f97c1d79ee5307611e7d586b4b011">
     10  <!ENTITY cbindgen-size          "188 KB">
     11  <!ENTITY cbindgen-buildsize     "122 MB (add 446 MB for tests)">
     12  <!ENTITY cbindgen-time          "0.8 SBU (add 0.5 SBU for tests)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3435    </para>
    3536
    36     &lfs110a_checked;
     37    &lfs10_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    101102
    102103    <para>
    103       <!-- 0.16.0 log shows 2 suites where both tests pass, in the third
    104            3 of 6 fail. The suite names are impenetrable. -->
    105104      To test the results, issue: <command>cargo test</command>.
    106       Three tests in the final suite are known to fail.
     105      Six tests, test_expand*, are known to fail.
    107106    </para>
    108107
     
    145144        <listitem>
    146145          <para>
    147             generates C bindings for <application>Rust</application> code
     146            generates C bindings for <application>Rust</application> code.
    148147          </para>
    149148          <indexterm zone="cbindgen cbindgen-prog">
Note: See TracChangeset for help on using the changeset viewer.