this repo has no description
1opam-version: "2.0" 2synopsis: "Quickly start an OCaml project" 3description: "Gotd is an OCaml executable to quickly start an OCaml project." 4maintainer: ["Léo Andrès <contact@ndrs.fr>"] 5authors: ["Léo Andrès <contact@ndrs.fr>"] 6license: "ISC" 7homepage: "https://git.zapashcanon.fr/zapashcanon/gotd" 8bug-reports: "https://git.zapashcanon.fr/zapashcanon/gotd/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "ocaml" {>= "4.13"} 12 "bos" 13 "directories" {< "0.6"} 14 "fpath" 15 "scfg" {< "0.4"} 16 "odoc" {with-doc} 17] 18conflicts: ["rresult" {< "0.7"}] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/gotd.git" 34url { 35 src: "https://git.zapashcanon.fr/zapashcanon/gotd/archive/0.1.tar.gz" 36 checksum: [ 37 "sha256=8323e64edc04950e71e22fd377510162c5e2bf26c412a3db49b250b4d0f46682" 38 "sha512=50360ace63e09013ad1a0104ed9b6f115ab0f4d0085e321736015b6df5f72ebb5f7d7c72747e1de1ba5296f540a69089106c7494cea3e694878ad19d359b1549" 39 ] 40}