Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiroop/software-foundations
https://github.com/abhiroop/software-foundations
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhiroop/software-foundations
- Owner: Abhiroop
- Created: 2023-05-22T01:24:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-17T20:20:17.000Z (5 months ago)
- Last Synced: 2024-07-18T16:24:51.209Z (5 months ago)
- Language: Makefile
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Foundations
Working through all of the exercises in the classic series - Software Foundations - https://softwarefoundations.cis.upenn.edu/
Currently on Vol 1.
### Adding new files
```
make clean
-- create new_file.v and add the required export
coq_makefile -f _CoqProject *.v -o Makefile
make
```