37 lines
987 B
Plaintext
37 lines
987 B
Plaintext
(lang dune 3.20)
|
|
|
|
(name partridge)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(uri git+https://gitea.gretton-dann.org.uk/mgrettondann/triangle-square-cubes.git))
|
|
|
|
(authors "Matthew Gretton-Dann <matt@gretton-dann.org.uk>")
|
|
|
|
(maintainers "Matthew Gretton-Dann <matt@gretton-dann.org.uk>")
|
|
|
|
(license Apache-2.0)
|
|
|
|
(homepage https://gitea.gretton-dann.org.uk/mgrettondann/triangle-square-cubes)
|
|
(bug_reports https://gitea.gretton-dann.org.uk/mgrettondann/triangle-square-cubes/issues)
|
|
(documentation https://gitea.gretton-dann.org.uk/mgrettondann/triangle-square-cubes)
|
|
|
|
(package
|
|
(name partridge)
|
|
(synopsis "Generate solutions to the Partridge problem")
|
|
(description "Generates solutions to Partidge problems of various sizes. See README.md for more details")
|
|
(depends
|
|
(ocaml (>= 5.3))
|
|
(ocaml-lsp-server :dev)
|
|
(utop :dev)
|
|
(odoc :with-doc)
|
|
(ocamlformat (= 0.27.0))
|
|
(ounit2 :with-test)
|
|
dune
|
|
ppx_inline_test
|
|
ppx_expect
|
|
)
|
|
(tags
|
|
("partridge-problem" "triangular-numbers")))
|