Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davesnx/intf_of_sign
https://github.com/davesnx/intf_of_sign
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davesnx/intf_of_sign
- Owner: davesnx
- Created: 2023-10-11T02:22:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T02:27:40.000Z (about 1 year ago)
- Last Synced: 2024-10-31T17:26:17.813Z (2 months ago)
- Language: OCaml
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Generate a stubbed implementation given a signature
Useful for generating stubs for interfaces, abstract classes, or any other class that you don't want to implement yourself or it should do nothing.
**WARNING: EXPERIMENTAL**