this repo has no description
1opam-version: "2.0"
2synopsis: "British pub name generator"
3description: "Generate names for British pubs."
4license: "MIT"
5homepage: "https://gitlab.com/raphael-proust/queenshead"
6doc: "https://gitlab.com/raphael-proust/queenshead"
7bug-reports: "https://gitlab.com/raphael-proust/queenshead/-/issues"
8authors: [ "Raphaël Proust <code@bnwr.net>" ]
9maintainer: [ "Raphaël Proust <code@bnwr.net>" ]
10dev-repo: "git+https://gitlab.com/raphael-proust/queenshead.git"
11depends: [
12 "dune" {>= "2.0"}
13 "ocaml" {>= "4.14.0"}
14 "crunch"
15 "cmdliner" {>= "1.2.0"}
16 "bos" {>= "0.2"}
17 "astring" {>= "0.8"}
18]
19build: [ ["dune" "build" "-p" name "-j" jobs] ]
20url {
21 src:
22 "https://gitlab.com/raphael-proust/queenshead/-/archive/0.1/queenshead-0.1.tar.gz"
23 checksum: [
24 "md5=f1707876b20ea8353ddb89c9c31c5868"
25 "sha512=92aa1d5c392525f68c0aad534596245c75cc0470202c31fdaaf88f7b1dc0a503a26dd21f0f3fe290d97c0f39ed17e9b57d43abbff9d90800aa452f9bd24686e1"
26 ]
27}