spin icon indicating copy to clipboard operation
spin copied to clipboard

OCaml project generator.

Results 15 spin issues
Sort by recently updated
recently updated
newest added

When running `spin config` I answered "No" to the question whether to generate switches when generating projects: ![image](https://user-images.githubusercontent.com/34110029/176620667-b27cf16c-8427-4164-9f18-49c127b81b35.png) However, when I ran `spin new lib`, a new local switch was...

bug

When creating a `lib` and ending the description with a `.`, there are UI issues: - The error message cannot be seen entirely - The next question is not visible...

bug

Hi! I can not build a newly generated "bin" project. Tried also with the "hello" type of project - the same error. Details: OS: macos ``` ❯ opam spin new...

bug

I try to improve the PPX template a bit: - The rewriter in `bin/main.exe` can now be used on source files directly. - The `CONTRIBUTING.md` documents this feature.

Instead of typing `spin new [email protected]:ocaml-templates/spin-dream.git`, we could support `spin new ocaml-templates/dream`. For reference, `brew` does exactly that. cc @avsm

enhancement

- [ ] Adding standard derivers to project (`eq`, `show`, etc.) - [ ] How to debug - [ ] How to compile to JavaScript cc @pitag-ha

First, thanks for this great tool! I was setting up a new c-bindings project and in my project description I happened to use an apostrophe (e.g. `Alice's`). This was rendered...

Reported in https://github.com/realworldocaml/book/pull/3475

I have disabled the creation of local switches in `~/.config/spin/default`. That doesn't seem to be checked, since spinning a template still installs a local switch.

[**spin-dream**](https://github.com/ocaml-templates/spin-dream) - [X] Example directory + script - [X] Command example with `opam spin` - [X] CI workflow - [X] Requirements [**spin-reason-bin**](https://github.com/ocaml-templates/spin-reason-bin) (https://github.com/ocaml-templates/spin-reason-bin/pull/1) - [X] Based on official template -...