this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25400 from sanette/opam-publish-bogue-tutorials.0.2.0

Package bogue-tutorials.0.2.0

authored by

Marcello Seri and committed by
GitHub
3f84051b 25968103

+45
+45
packages/bogue-tutorials/bogue-tutorials.0.2.0/opam
··· 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" "Apache-2.0"] 8 + tags: ["gui" "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 + "dune" {>= "3.2"} 14 + "bogue" {>= "20240224"} 15 + "odoc" {with-doc} 16 + "conf-perl" 17 + ] 18 + dev-repo: "git+https://github.com/sanette/bogue-tutorials.git" 19 + build: [ 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 + ] 35 + install: [ 36 + ["rsync" "-av" "%{build}%/_build/default/_doc/_html/" doc] {with-doc} 37 + ] 38 + url { 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 +