[build-dependencies.cmake]
version = "0.1"
[dependencies.libc]
version = "0.2"
[features]
static-linking = []
[lib]
name = "clingo_sys"
path = "lib.rs"
[package]
authors = ["sthiele <sthiele78@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Raw FFI bindings to the C API of the clingo library"
documentation = "https://docs.rs/clingo-sys"
edition = "2018"
license = "MIT"
links = "clingo"
name = "clingo-sys"
readme = "README.md"
repository = "https://github.com/potassco/clingo-sys"
version = "0.7.2"