# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Generate solutions to the Partridge problem" description: "Generates solutions to Partidge problems of various sizes. See README.md for more details" maintainer: ["Matthew Gretton-Dann "] authors: ["Matthew Gretton-Dann "] license: "Apache-2.0" tags: ["partridge-problem" "triangular-numbers"] homepage: "https://gitea.gretton-dann.org.uk/mgrettondann/partridge" doc: "https://gitea.gretton-dann.org.uk/mgrettondann/partridge" bug-reports: "https://gitea.gretton-dann.org.uk/mgrettondann/partridge/issues" depends: [ "ocaml" {>= "5.3"} "ocaml-lsp-server" {dev} "utop" {dev} "odoc" {with-doc} "ocamlformat" {= "0.27.0"} "ounit2" {with-test} "dune" {>= "3.20"} "ppx_inline_test" "ppx_expect" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://gitea.gretton-dann.org.uk/mgrettondann/partridge.git" x-maintenance-intent: ["(latest)"]