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.2/opam-spin-0.8.2.tbz"
46 checksum: [
47 "sha256=4ca1b0cf7fccdbef2e2e8cba47a66333b2ec1535d45792f5d6ddb8d62824a9eb"
48 "sha512=fbb209d50f89f9d924626ba1d12b18f22acd7e3e457a5d371668d0bba3ef8e03fb3d0cac55f3e915f030ce77ecd1a48c471f7c83820f95b996b57cee6ff72e92"
49 ]
50}
51x-commit-hash: "dc63ade54343ff87896bd175f0b78c3d7b7364e2"