this repo has no description
0
fork

Configure Feed

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

Package areas-and-adversaries.1.0

+24
+24
packages/areas-and-adversaries/areas-and-adversaries.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "TTRPG title generator" 3 + description: "Generate names for table-top role-playing games." 4 + license: "MIT" 5 + homepage: "https://gitlab.com/raphael-proust/areas-and-adversaries" 6 + doc: "https://gitlab.com/raphael-proust/areas-and-adversaries" 7 + bug-reports: "https://gitlab.com/raphael-proust/areas-and-adversaries/-/issues" 8 + authors: [ "Raphaël Proust <code@bnwr.net>" ] 9 + maintainer: [ "Raphaël Proust <code@bnwr.net>" ] 10 + dev-repo: "git+https://gitlab.com/raphael-proust/areas-and-adversaries.git" 11 + depends: [ 12 + "ocaml" {>= "4.14.0"} 13 + "cmdliner" {>= "1.2.0"} 14 + "astring" {>= "0.8"} 15 + ] 16 + build: [ [make] ] 17 + url { 18 + src: 19 + "https://gitlab.com/raphael-proust/areas-and-adversaries/-/archive/1.0/areas-and-adversaries-1.0.tar.gz" 20 + checksum: [ 21 + "md5=f267598a7d50ef55be9e7b95e3011f80" 22 + "sha512=e2d6d795eb5fe0d2aade47b8c2763554631e0945580fa9bfe08b6696fb1adc4f4b0fd3f60bad2966416a5827b022840697d1c3413cb55387565044e7d9ad94c8" 23 + ] 24 + }