Skip to content

Commit d7b82ed

Browse files
committed
Package bogue-tutorials.0.1.0
1 parent b9b2e51 commit d7b82ed

File tree

1 file changed

+39
-0
lines changed
  • packages/bogue-tutorials/bogue-tutorials.0.1.0

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
}

0 commit comments

Comments
 (0)