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" 43x-commit-hash: "41fd73b8005d840590927434ad8a7c95e4d26e45" 44url { 45 src: 46 "https://github.com/tmattio/spin/releases/download/0.8.1/opam-spin-0.8.1.tbz" 47 checksum: [ 48 "sha256=cd1ca43c7d3bb11be0b525642e57aa98e4d8250aea6c2fdb5c70b120449abdc1" 49 "sha512=0ff1e8886a49773d8ead3a21df1fb46697954fb43e875bd1ddc4cb95542fe0a767c556c432d78b47654a1f3d361800c234486e4cc237b9aa8d4df22e5a3a1ff9" 50 ] 51}