this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml project generator"
3description: "OCaml project generator"
4maintainer: ["Thibaut Mattio"]
5authors: ["Thibaut Mattio"]
6license: "ISC"
7homepage: "https://github.com/tmattio/spin"
8doc: "https://tmattio.github.io/spin/"
9bug-reports: "https://github.com/tmattio/spin/issues"
10depends: [
11 "ocaml" {>= "4.10.0" & < "5.0.0"}
12 "dune" {>= "2.8"}
13 "alcotest" {with-test}
14 "js_of_ocaml" {with-test}
15 "js_of_ocaml-ppx" {with-test}
16 "ppxlib" {with-test}
17 "ctypes" {with-test}
18 "odoc" {with-doc}
19 "crunch" {build}
20 "sexplib" {>= "v0.13"}
21 "spawn" {>= "v0.13"}
22 "jingoo" {>= "1.4.0"}
23 "fmt" {>= "0.8.9"}
24 "fpath"
25 "cmdliner"
26 "logs"
27]
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@runtest" {with-test}
39 "@doc" {with-doc}
40 ]
41]
42dev-repo: "git+https://github.com/tmattio/spin.git"
43url {
44 src:
45 "https://github.com/tmattio/spin/releases/download/0.8.3/opam-spin-0.8.3.tbz"
46 checksum: [
47 "sha256=eeef9d3b89cca796d8d47ba425cee131bf14b5b0f1349927c4d8b22297b1f6b6"
48 "sha512=1850cad87f180b37e658e716986f6aa0ba76e57d6638d40b8f6e8ae2c6f60deee82218464e02356632022b394f49cc5a341e7255112aef455ffec9ca2db4cc32"
49 ]
50}
51x-commit-hash: "7fc6742bcdff20f41ae7f04be35706652c6a225b"