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: ["gui" "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 "dune" {>= "3.2"}
14 "bogue" {>= "20240224"}
15 "odoc" {with-doc}
16 "conf-perl"
17]
18dev-repo: "git+https://github.com/sanette/bogue-tutorials.git"
19build: [
20 ["dune" "subst"] {dev}
21 [make "mld"]
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33 [make] {with-doc}
34]
35install: [
36 ["rsync" "-av" "%{build}%/_build/default/_doc/_html/" doc] {with-doc}
37]
38url {
39 src: "https://github.com/sanette/bogue-tutorials/archive/0.2.0.tar.gz"
40 checksum: [
41 "md5=162793cc3685cec188a361d76a19cb1b"
42 "sha512=6b4420afb5bff5b697af2b36535126d0e895c8a59edbae351b8f116b0827d73b8b7aac7614a56e6ee2b3336a85f2370596f04354a010e755a9c5669f3ecba40a"
43 ]
44}
45