mirror of
https://github.com/TheRealOwenRees/pgn_to_tex.git
synced 2026-07-23 03:56:57 +00:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "A chess PGN to TeX conversion tool"
|
|
description:
|
|
"Convert PGN files to LaTeX markdown, including rendered images of selected positions"
|
|
maintainer: ["Owen Rees <owenrees.dev@gmail.com>"]
|
|
authors: ["Owen Rees <owenrees.dev@gmail.com>"]
|
|
license: "AGPLv3"
|
|
tags: ["pgn" "latex" "chess" "parser"]
|
|
homepage: "https://github.com/therealowenrees/pgn_to_tex"
|
|
doc: "https://url/to/documentation"
|
|
bug-reports: "https://github.com/therealowenrees/pgn_to_tex/issues"
|
|
depends: [
|
|
"dune" {>= "3.21"}
|
|
"ocaml" {>= "5.4"}
|
|
"sedlex" {>= "3.7"}
|
|
"menhir" {>= "20260209"}
|
|
"yojson" {>= "3.0"}
|
|
"ounit2" {with-test & >= "2.2.7"}
|
|
"ocamlformat" {with-dev-setup}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://github.com/therealowenrees/pgn_to_tex.git"
|
|
x-maintenance-intent: ["(latest)"]
|