Skip to content

Commit be0486f

Browse files
authored
Merge pull request #1316 from ForgottenProgramme/patch-4
Added ICU to glossary
2 parents ef29fa8 + 0d0ef47 commit be0486f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/misc/00_intro.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ Glossary
1616
**C**\ ore **D**\ ependency **T**\ ree. Core Dependency Tree packages take care of the dependencies which are so close to the system that they are not packaged with ``conda-forge``. A CDT package consists of repackaged CentOS binaries from the appropriate version, either 6 or 7 depending on user choice and platform. `Learn More <https://conda-forge.org/docs/maintainer/knowledge_base.html#core-dependency-tree-packages-cdts/>`_.
1717

1818
ABI
19-
**A**\ pplication **B**\ inary **I**\ nterface. ABI is a document that comprehensively defines the binary system interface between applications and the operating system on which they run. `Learn More <https://en.wikipedia.org/wiki/Application_binary_interface>`_.
19+
**A**\ pplication **B**\ inary **I**\ nterface. ABI is a document that comprehensively defines the binary system interface between applications and the operating system on which they run. `Learn More <https://en.wikipedia.org/wiki/Application_binary_interface>`_.
20+
21+
ICU
22+
**I**\ nternational **C**\ omponents for **U**\ nicode. ICU is an open-source project of mature C/C++ and Java libraries for Unicode support, software internationalization, and software globalization. `Learn More <http://site.icu-project.org/>`_.
23+
24+
2025

2126

2227
TODO list

0 commit comments

Comments
 (0)