From ff9ee9784ee6a7d6ed062553a23109790cc69113 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 31 Dec 2016 20:17:33 -0800 Subject: Add Conda package link. Fixes #127. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 44230c8..ba411d2 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,7 @@ pugixml is a light-weight C++ XML processing library. It features: * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions -The library is extremely portable and easy to integrate and use. You can download it in an archive (Windows/Unix line endings), get it from [Git/Subversion repository](https://github.com/zeux/pugixml), install it as a package in one of the major Linux/BSD distributions ([Ubuntu](http://packages.ubuntu.com/search?keywords=pugixml), [Debian](https://tracker.debian.org/pkg/pugixml), [Fedora](https://apps.fedoraproject.org/packages/pugixml), [Gentoo](http://packages.gentoo.org/package/dev-libs/pugixml?arches=prefix), [Arch Linux](https://www.archlinux.org/packages/community/x86_64/pugixml/), [FreeBSD](http://www.freshports.org/textproc/pugixml/) and [more](http://pkgs.org/search/pugixml)), install it as a package in one of the OSX package managers ([Homebrew](http://brewformulas.org/Pugixml), [MacPorts](https://www.macports.org/ports.php?by=name&substr=pugixml)) or install [a NuGet package](https://www.nuget.org/packages/pugixml/). +The library is extremely portable and easy to integrate and use. You can download it in an archive (Windows/Unix line endings), get it from [Git/Subversion repository](https://github.com/zeux/pugixml), install it as a package in one of the major Linux/BSD distributions ([Ubuntu](http://packages.ubuntu.com/search?keywords=pugixml), [Debian](https://tracker.debian.org/pkg/pugixml), [Fedora](https://apps.fedoraproject.org/packages/pugixml), [Gentoo](http://packages.gentoo.org/package/dev-libs/pugixml?arches=prefix), [Arch Linux](https://www.archlinux.org/packages/community/x86_64/pugixml/), [FreeBSD](http://www.freshports.org/textproc/pugixml/) and [more](http://pkgs.org/search/pugixml)), install it as a package in one of the OSX package managers ([Homebrew](http://brewformulas.org/Pugixml), [MacPorts](https://www.macports.org/ports.php?by=name&substr=pugixml)), install [a NuGet package](https://www.nuget.org/packages/pugixml/) or use one of the alternative package managers ([Conda](https://anaconda.org/conda-forge/pugixml])). pugixml is developed and maintained since 2006 and has many users. All code is distributed under the [MIT license](/license.html), making it completely free to use in both open-source and proprietary applications. -- cgit v1.2.3