File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/knights_tour/knights_tour.0.0.6 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Solves the 'Knights Tour' and various 'Poyomino' puzzles"
3+ description:
4+ "See https://en.wikipedia.org/wiki/Knight%27s_tour or https://en.wikipedia.org/wiki/Polyomino"
5+ maintainer: ["kris.de.volder@gmail.com"]
6+ authors: ["Kris De Volder"]
7+ license: "MIT"
8+ homepage: "https://github.com/kdvolder/knights_tour"
9+ bug-reports: "https://github.com/kdvolder/knights_tour/issues"
10+ depends: [
11+ "dune" {>= "3.1"}
12+ "ocaml" {>= "5.1.0"}
13+ "graphics"
14+ "stdio"
15+ "ppx_inline_test"
16+ "ppx_expect"
17+ "odoc" {with-doc}
18+ ]
19+ build: [
20+ ["dune" "subst"] {dev}
21+ [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@runtest" {with-test}
30+ "@doc" {with-doc}
31+ ]
32+ ]
33+ dev-repo: "git+https://github.com/kdvolder/knights_tour.git"
34+ doc: "https://kdvolder.github.io/knights_tour/"
35+ x-maintenance-intent: ["(latest)"]
36+ url {
37+ src:
38+ "https://github.com/kdvolder/knights_tour/releases/download/v0.0.6/knights_tour-0.0.6.tbz"
39+ checksum: [
40+ "sha256=770624ae4e35d5a58188a1f25e16730d186df8bc4397827fe9a798ea5ca574e3"
41+ "sha512=b6c7b2473ddf321afaac6b668f9c6820fb8cc872abc494b69edfdff4101c6b660645837b04801e2917c38dd9f19f79bb0a7b029d59a58ddf1e3a235659bab099"
42+ ]
43+ }
44+ x-commit-hash: "8fb65ed3855616e501ab91c7b54b46e3795edaee"
You can’t perform that action at this time.
0 commit comments