Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FStarLang/FStar
A Proof-oriented Programming Language
https://github.com/FStarLang/FStar
c-language dependent-types f-sharp fstar ocaml programming-language proof-assistant smt theorem-proving verification
Last synced: 3 months ago
JSON representation
A Proof-oriented Programming Language
- Host: GitHub
- URL: https://github.com/FStarLang/FStar
- Owner: FStarLang
- License: apache-2.0
- Created: 2014-04-03T17:32:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T00:40:26.000Z (3 months ago)
- Last Synced: 2024-10-29T15:04:00.111Z (3 months ago)
- Topics: c-language, dependent-types, f-sharp, fstar, ocaml, programming-language, proof-assistant, smt, theorem-proving, verification
- Language: F*
- Homepage: https://fstar-lang.org
- Size: 746 MB
- Stars: 2,687
- Watchers: 79
- Forks: 232
- Open Issues: 540
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-programming-languages - F* - F* (pronounced F star) is a general-purpose functional programming language with effects aimed at program verification. It puts together the automation of an SMT-backed deductive verification tool with the expressive power of a proof assistant based on dependent types. After verification, F* programs can be extracted to efficient OCaml, F#, C, WASM, or ASM code. This enables verifying the functional correctness and security of realistic applications. The main ongoing use case of F* is building a verified, drop-in replacement for the whole HTTPS stack in Project Everest. This includes verified implementations of TLS 1.2 and 1.3 and of the underlying cryptographic primitives. (Uncategorized / Uncategorized)