{"id":13592086,"url":"https://github.com/souffle-lang/souffle","last_synced_at":"2025-04-08T23:31:01.019Z","repository":{"id":38375180,"uuid":"53711734","full_name":"souffle-lang/souffle","owner":"souffle-lang","description":"Soufflé is a variant of Datalog for tool designers crafting analyses in Horn clauses. Soufflé synthesizes a native parallel C++ program from a logic specification. ","archived":false,"fork":false,"pushed_at":"2024-04-05T06:25:37.000Z","size":541494,"stargazers_count":857,"open_issues_count":127,"forks_count":191,"subscribers_count":45,"default_branch":"master","last_synced_at":"2024-04-16T05:05:59.914Z","etag":null,"topics":["datalog","logic-programming","souffle","static-code-analysis","translator"],"latest_commit_sha":null,"homepage":"http://souffle-lang.github.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/souffle-lang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-03-12T03:39:22.000Z","updated_at":"2024-06-03T17:36:32.159Z","dependencies_parsed_at":"2022-07-18T08:13:41.479Z","dependency_job_id":"bebaeb53-270a-4002-8891-b204d3adee9a","html_url":"https://github.com/souffle-lang/souffle","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souffle-lang%2Fsouffle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souffle-lang%2Fsouffle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souffle-lang%2Fsouffle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souffle-lang%2Fsouffle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/souffle-lang","download_url":"https://codeload.github.com/souffle-lang/souffle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223346539,"owners_count":17130459,"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":["datalog","logic-programming","souffle","static-code-analysis","translator"],"created_at":"2024-08-01T16:01:05.625Z","updated_at":"2025-04-08T23:31:01.014Z","avatar_url":"https://github.com/souffle-lang.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Welcome!\n\nThis is the official repository for the [Soufflé](https://souffle-lang.github.io) language project.\nThe Soufflé language is similar to Datalog (but has terms known as records), and is frequently used as a\ndomain-specific language for analysis problems.\n\n[![License: UPL](https://img.shields.io/badge/License-UPL--1.0-blue.svg)](https://github.com/souffle-lang/souffle/blob/master/LICENSE)\n[![CI-Tests](https://github.com/souffle-lang/souffle/actions/workflows/CI-Tests.yml/badge.svg?event=push)](https://github.com/souffle-lang/souffle/actions/workflows/CI-Tests.yml)\n[![MSVC-CI-Tests](https://github.com/souffle-lang/souffle/actions/workflows/VS-CI-Tests.yml/badge.svg?event=push)](https://github.com/souffle-lang/souffle/actions/workflows/VS-CI-Tests.yml)\n[![codecov](https://codecov.io/gh/souffle-lang/souffle/branch/master/graph/badge.svg)](https://codecov.io/gh/souffle-lang/souffle)\n\n## Features of Soufflé\n\n*   Efficient translation to parallel C++ of Datalog programs (CAV'16, CC'16)\n\n*   Efficient interpretation using de-specialization techniques (PLDI'21)\n\n*   Specialized data structure for relations (PACT'19, PPoPP'19, PMAM'19) with optimal index selection (VLDB'18)\n\n*   Extended semantics of Datalog, e.g., permitting unbounded recursions with numbers and terms\n\n*   Simple component model for Datalog specifications\n\n*   Recursively defined record types/ADTs (aka. constructors) for tuples\n\n*   User-defined functors\n\n*   Strongly-typed types for safety\n\n*   Subsumption\n\n*   Aggregation\n\n*   Choice Construct (APLAS'21)\n\n*   Extended I/O system for relations (including SQLITE3 interfaces)\n\n*   C++/SWIG interfaces\n\n*   Provenance/Debugging (TOPLAS'20)\n\n*   Profiling tools\n\n\n## How to get Soufflé\n\nIf you are using Ubuntu, Fedora or Oracle Linux, get a packaged version from the [Releases section](https://github.com/souffle-lang/souffle/releases).\n\nOr use `git` to obtain the source code of Soufflé.\n\n    $ git clone https://github.com/souffle-lang/souffle.git\n\nBuild instructions can be found [here](https://souffle-lang.github.io/build).\n\n## Legacy code\n\nIf you have written code for an older version of Souffle, please use the command line flag `--legacy`.\nAlternatively, please add the following line to the start of your source-code:\n\n```\n.pragma \"legacy\"\n```\n\n## Issues and Discussions\n\nUse either the [issue list](https://github.com/souffle-lang/souffle/issues) for\n\n- bug reporting\n\n- enhancements\n\n- documentation\n\n- proposals\n\n- releases\n\n- compatibility issues\n\n- refactoring.\n\nor use the [discussions](https://github.com/souffle-lang/souffle/discussions) bulletin board to engage with other community members and for asking questions you’re wondering about.\n\n## How to contribute\n\nIssues and bug reports for Souffle are found in the [issue list](https://github.com/souffle-lang/souffle/issues).\nThis list is also where new contributors may find extensions / bug fixes to work on.\n\nTo contribute in this repo, please open a pull request from your fork of this repository.\nThe general workflow is as follows.\n\n1. Find an issue in the issue list.\n\n2. Fork the [souffle-lang/souffle](http://github.com/souffle-lang/souffle.git) repo.\n\n3. Push your changes to a branch in your forked repo.\n\n4. Submit a pull request to souffle-lang/souffle from your forked repo.\n\nOur continuous integration framework enforces coding guidelines with the help of clang-format and clang-tidy.\n\nFor more information on building and developing Souffle, please read the [developer tutorial](https://souffle-lang.github.io/development).\n\n## [Home Page](https://souffle-lang.github.io)\n\n## [Documentation](https://souffle-lang.github.io/docs.html)\n\n## [Contributors](https://souffle-lang.github.io/contributors)\n\n## [Issues](https://github.com/souffle-lang/souffle/issues)\n\n## [License](https://github.com/souffle-lang/souffle/blob/master/licenses/SOUFFLE-UPL.txt)\n\n## For academics\n\nIf you use our work, please cite our work. A list of publications can be found [here](https://souffle-lang.github.io/publications). The main publications are:\n * Herbert Jordan, Bernhard Scholz, Pavle Subotić: Souffle: On Synthesis of Program Analyzers. CAV 2016.\n * Bernhard Scholz, Herbert Jordan, Pavle Subotić, Till Westmann: On fast large-scale program analysis in Datalog. CC 2016: 196-206\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouffle-lang%2Fsouffle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsouffle-lang%2Fsouffle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouffle-lang%2Fsouffle/lists"}