this repo has no description

Merge pull request #21343 from kdvolder/release-knights_tour-v0.0.1

[new release] knights_tour (0.0.1)

Changed files
+41
packages
knights_tour
knights_tour.0.0.1
+41
packages/knights_tour/knights_tour.0.0.1/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Solves the Knight's tour puzzle"
+
description: "See https://en.wikipedia.org/wiki/Knight%27s_tour"
+
maintainer: ["kris.de.volder@gmail.com"]
+
authors: ["Kris De Volder"]
+
license: "MIT"
+
homepage: "https://github.com/kdvolder/knights_tour"
+
bug-reports: "https://github.com/kdvolder/knights_tour/issues"
+
depends: [
+
"dune" {>= "3.1"}
+
"ocaml" {>= "4.14.0"}
+
"graphics"
+
"stdio"
+
"ppx_inline_test"
+
"ppx_expect"
+
"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/kdvolder/knights_tour.git"
+
url {
+
src:
+
"https://github.com/kdvolder/knights_tour/releases/download/v0.0.1/knights_tour-0.0.1.tbz"
+
checksum: [
+
"sha256=457bb41e8bb45a4324c7ab3594fdc7306c76d8988e5e7b011e8a0ed1ca9494be"
+
"sha512=19c4dae1737a2d3d9ae75db2c22ceb5c0c7d0c2aea24e7a433bc92e5ca79851e3fe698474669e223387b4c2fbe09bffc3a7f4caeb667a8c39f1e40a40d23f6e9"
+
]
+
}
+
x-commit-hash: "4f77b5c329476831be6cedaf087802b76f8ce123"