{"id":18422488,"url":"https://github.com/sri-csl/yices2_java_bindings","last_synced_at":"2025-07-10T07:05:25.991Z","repository":{"id":56704990,"uuid":"213499748","full_name":"SRI-CSL/yices2_java_bindings","owner":"SRI-CSL","description":"Java bindings for Yices 2.","archived":false,"fork":false,"pushed_at":"2023-04-13T12:50:49.000Z","size":527,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-07T15:44:14.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SRI-CSL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-07T22:38:35.000Z","updated_at":"2023-08-22T08:25:46.000Z","dependencies_parsed_at":"2024-11-06T04:32:09.173Z","dependency_job_id":"fe657b30-ddb3-404d-a42e-be1db8454386","html_url":"https://github.com/SRI-CSL/yices2_java_bindings","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SRI-CSL/yices2_java_bindings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Fyices2_java_bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Fyices2_java_bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Fyices2_java_bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Fyices2_java_bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SRI-CSL","download_url":"https://codeload.github.com/SRI-CSL/yices2_java_bindings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2Fyices2_java_bindings/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264545018,"owners_count":23625387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T04:30:24.226Z","updated_at":"2025-07-10T07:05:25.968Z","avatar_url":"https://github.com/SRI-CSL.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-blueviolet.svg)](https://opensource.org/licenses/MIT)\n[![Build Status](https://travis-ci.com/SRI-CSL/yices2_java_bindings.svg?token=77vj4Wxx3rNcgSb3dqRC\u0026branch=master)](https://travis-ci.com/SRI-CSL/yices2_java_bindings)\n\n#  Java Bindings for Yices 2\n\n## Installation\n\nYou will need a recent installation of yices2 (\u003e= 2.6.1), java (\u003e= 8 or 1.8).\n\nThese instructions are for Unix style operating systems. There is a seperate\n[file](https://github.com/SRI-CSL/yices2_java_bindings/blob/master/WindowsInstructions.md)\nthat describes the procedure on Windows.\n\nYou can build either using ant (\u003e= 1.10.0), or directly using the `build.sh` that\nwe provide.\n\n### Building with ant\n\n```\n\u003eant\n```\nwill list the targets.\n```\nant install\n```\nwill create the jar, and the JNI dynamic shared library in the\ndirectory `./dist/lib`.\n```\nant test\n```\nwill also run some tests.\n\nYou can also directly run the build products on the command line via:\n```\njava -Djava.library.path=./dist/lib -jar ./dist/lib/yices.jar\n\n```\nWhich will print out version information about the jar, the shared library, as\nwell as your current yices installation. For example:\n```\nYices Java Bindings Version 1.0.1\nBuild date: April 2 2020\nusing Yices dynamic library version 2.6.2\nBuilt for x86_64-apple-darwin18.7.0\nBuild mode: release\nBuild date: 2019-11-08\nMCSat supported: true\n```\n\n### Building with build.sh\n\nOne can also avoid `ant` by using the [build.sh](https://github.com/SRI-CSL/yices2_java_bindings/blob/master/build.sh)\nprovided you set two environment variables\n\n* `YICES_CLASSPATH`  the directory where you want the class files to be placed.\n* `YICES_JNI` the directory where you want the dynamic JNI library and jar file to be placed.\n\nAs an example we include [ant.sh](https://github.com/SRI-CSL/yices2_java_bindings/blob/master/ant.sh)\nwhich mimics the functionality of the `ant` build via the `build.sh` script, and the `jar` utility.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsri-csl%2Fyices2_java_bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsri-csl%2Fyices2_java_bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsri-csl%2Fyices2_java_bindings/lists"}