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.7"} 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] 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: "5aad207960ded083a948cf0aea2d5fd2eb5dd555" 43url { 44 src: 45 "https://github.com/tmattio/spin/releases/download/0.8.0/spin-0.8.0.tbz" 46 checksum: [ 47 "sha256=2d612f7a55a2cd71177e96c6a5a5d3a7c258b19b4eef9cf994a24b1ec77c3764" 48 "sha512=1b46b047c6f3d3ed38ba38912680e2af802517f30d27ae42ceca4fa1b3954d28ba6922535a322230a57e466f009df499823b39a325f476a9bf938fa2e0cd8f4a" 49 ] 50}