File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/bogue-tutorials/bogue-tutorials.0.1.0 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Bogue Tutorials"
4+ description: "Several tutorials for learning how to create GUIs with Bogue"
5+ maintainer: ["San Vũ Ngọc"]
6+ authors: ["San Vũ Ngọc"]
7+ license: "CC-BY-NC-4.0_and_Apache-2.0"
8+ tags: ["bogue" "tutorial"]
9+ homepage: "https://github.com/sanette/bogue-tutorials"
10+ doc: "https://sanette.github.io/bogue-tutorials/bogue-tutorials/index.html"
11+ bug-reports: "https://github.com/sanette/bogue-tutorials/issues"
12+ depends: [
13+ "ocaml"
14+ "dune" {>= "3.0"}
15+ "bogue" {>= "20221112"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
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+ ]
32+ dev-repo: "git+https://github.com/sanette/bogue-tutorials.git"
33+ url {
34+ src: "https://github.com/sanette/bogue-tutorials/archive/0.1.0.tar.gz"
35+ checksum: [
36+ "md5=3438d2db5bd7e59af1f852d281427229"
37+ "sha512=9d49c205b791dba5cdd3942e84f54095abba62e64481387bf8cd708ea32a1fc2a98c7fcbb10acf90c5389ed78bdaeb79cf219b32c5d22614c7985aec235090de"
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments