Swiftpack.co - rhx/SwiftLibXML as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by rhx.
rhx/SwiftLibXML 3.0.0
A simple object-oriented Swift API around libxml2
⭐️ 1
🕓 2 years ago
.package(url: "https://github.com/rhx/SwiftLibXML.git", from: "3.0.0")

SwiftLibXML

A simple object-oriented Swift API around libxml2

macOS 11 build macOS 10.15 build Ubuntu 20.04 build Ubuntu 18.04 build

Prerequisites

Swift

To build, you need at least Swift 5.2 (Swift 5.5+ should work fine), download from https://swift.org/download/ -- if you are using macOS, make sure you have the command line tools installed as well). Test that your compiler works using swift --version, which should give you something like

$ swift --version
swift-driver version: 1.26.21
Apple Swift version 5.5.2 (swiftlang-1300.0.47.2 clang-1300.0.29.30)
Target: x86_64-apple-macosx12.0

on macOS, or on Linux you should get something like:

$ swift --version
Swift version 5.5.2 (swift-5.5.2-RELEASE)
Target: x86_64-unknown-linux-gnu

libxml2

Linux

On Ubuntu 16.04, 18.04, or 20.04, you can use the libxml2 that comes with the distribution. Just install with the apt package manager:

sudo apt update
sudo apt install libxml2-dev

macOS

On macOS, you can install gtk using HomeBrew (for setup instructions, see http://brew.sh). Once you have a running HomeBrew installation, you can use it to install a native version of gtk:

brew update
brew install libxml2

GitHub

link
Stars: 1
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics