An open API service indexing awesome lists of open source software.

https://github.com/sri-csl/yices2_go_bindings

Golang bindings for yices2
https://github.com/sri-csl/yices2_go_bindings

Last synced: 5 months ago
JSON representation

Golang bindings for yices2

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-blueviolet.svg)](https://opensource.org/licenses/MIT)
[![Go Report Card](https://goreportcard.com/badge/github.com/ianamason/yices2_go_bindings)](https://goreportcard.com/report/github.com/ianamason/yices2_go_bindings)
[![Build Status](https://travis-ci.org/ianamason/yices2_go_bindings.svg?branch=master)](https://travis-ci.org/ianamason/yices2_go_bindings)

# yices2_go_bindings
Golang bindings for yices2.

## Installation

To install, simply do
```
go get github.com/ianamason/yices2_go_bindings/cmd/yices_info

```

Coming soon(ish):

* A more go-ish layer atop the cgo interface.

* Documentation.

* Examples

* Tests for the new 2.6.2 bindings.