this repo has no description
1opam-version: "2.0"
2synopsis: "A project generator for Reason and OCaml"
3description: """
4A project generator for Reason and OCaml
5"""
6maintainer: ["Thibaut Mattio"]
7authors: ["Thibaut Mattio"]
8license: "MIT"
9homepage: "https://github.com/tmattio/spin"
10doc: "https://tmattio.github.io/spin/"
11bug-reports: "https://github.com/tmattio/spin/issues"
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "dune" {>= "2.7"}
15 "alcotest" {with-test}
16 "odoc" {with-doc}
17 "crunch" {build}
18 "base" {>= "v0.13"}
19 "fmt" {>= "0.8.7"}
20 "fpath"
21 "cmdliner"
22 "logs"
23 "sexplib" {>= "v0.13"}
24 "lwt" {>= "5.3.0"}
25 "jingoo" {>= "1.3.0"}
26 "inquire" {>= "0.2.1" & < "0.3.0"}
27]
28dev-repo: "git+https://github.com/tmattio/spin.git"
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@doc" {with-doc}
40 ]
41]
42x-commit-hash: "b259fd10d62536a9f993f793ef8735303ec3c16f"
43url {
44 src:
45 "https://github.com/tmattio/spin/releases/download/0.7.0/spin-0.7.0.tbz"
46 checksum: [
47 "sha256=d151cf6aee92c3b6f2d596b11b5d1ac2c75d554b681aa736b6293981344d062c"
48 "sha512=e80ec9d40eecace6684308960ea224b81ce6e2fc8e81201c99702d13b3d888b7f2de9379777c94719bf679ee6ed10e3a83668064bba36cf1121f1f6628539046"
49 ]
50}