this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bogue Tutorials" 4description: "Several tutorials for learning how to create GUIs with Bogue" 5maintainer: ["San Vũ Ngọc"] 6authors: ["San Vũ Ngọc"] 7license: [ "CC-BY-NC-4.0" "Apache-2.0" ] 8tags: ["bogue" "tutorial"] 9homepage: "https://github.com/sanette/bogue-tutorials" 10doc: "https://sanette.github.io/bogue-tutorials/bogue-tutorials/index.html" 11bug-reports: "https://github.com/sanette/bogue-tutorials/issues" 12depends: [ 13 "ocaml" 14 "dune" {>= "3.0"} 15 "bogue" {>= "20221112"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/sanette/bogue-tutorials.git" 33url { 34 src: "https://github.com/sanette/bogue-tutorials/archive/0.1.0.tar.gz" 35 checksum: [ 36 "md5=3438d2db5bd7e59af1f852d281427229" 37 "sha512=9d49c205b791dba5cdd3942e84f54095abba62e64481387bf8cd708ea32a1fc2a98c7fcbb10acf90c5389ed78bdaeb79cf219b32c5d22614c7985aec235090de" 38 ] 39}