this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21511 from kdvolder/release-knights_tour-v0.0.3

[new release] knights_tour (0.0.3)

authored by

Marcello Seri and committed by
GitHub
4bbe82f8 2241ecd0

+42
+42
packages/knights_tour/knights_tour.0.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Solves the Knight's tour puzzle; and others" 3 + description: "See https://en.wikipedia.org/wiki/Knight%27s_tour" 4 + maintainer: ["kris.de.volder@gmail.com"] 5 + authors: ["Kris De Volder"] 6 + license: "MIT" 7 + homepage: "https://github.com/kdvolder/knights_tour" 8 + bug-reports: "https://github.com/kdvolder/knights_tour/issues" 9 + depends: [ 10 + "dune" {>= "3.1"} 11 + "ocaml" {>= "4.14.0"} 12 + "graphics" 13 + "stdio" 14 + "ppx_inline_test" 15 + "ppx_expect" 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/kdvolder/knights_tour.git" 33 + doc: "https://kdvolder.github.io/knights_tour/" 34 + url { 35 + src: 36 + "https://github.com/kdvolder/knights_tour/releases/download/v0.0.3/knights_tour-0.0.3.tbz" 37 + checksum: [ 38 + "sha256=4c693ffd5554cdbb064b0aa2ec104ec1831d3abd077ea2cec0a52922ebdc2212" 39 + "sha512=f3cd71b81c7e44e7186e43c407ee679a2fede799a8aa07c495932a1a7469c5cc80a32f28eaa0b2868d195e64896802baf7959bae5b3466f777279fa1500f3e60" 40 + ] 41 + } 42 + x-commit-hash: "971396646864a2aa4af0c2f483f6d08279485034"