this repo has no description
1opam-version: "2.0" 2maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 3authors: "Vincent Bernardoff <vb@luminar.eu.org>" 4homepage: "https://github.com/vbmithr/ocaml-sgf" 5dev-repo: "git+https://github.com/vbmithr/ocaml-sgf" 6bug-reports: "https://github.com/vbmithr/ocaml-sgf/issues" 7doc: "https://vbmithr.github.io/ocaml-sgf/doc" 8license: "ISC" 9build: ["dune" "build" "-p" name "-j" jobs] 10run-test: ["dune" "runtest" "-p" name "-j" jobs] 11depends: [ 12 "ocaml" {>= "4.02.0"} 13 "dune" {>= "1.0"} 14 "sedlex" {>= "2.0"} 15 "menhir" {< "20211223"} 16 "rresult" 17] 18synopsis: "Parser and pretty printer for SGF files" 19description: """The Smart Game Format (SGF) is a computer file format 20used for storing records of board games. Go is the game that is most 21commonly represented in this format and is the default.""" 22url { 23 src: 24 "https://github.com/vbmithr/ocaml-sgf/releases/download/1.0.1/sgf-1.0.1.tbz" 25 checksum: [ 26 "sha256=9ed1bed77725b6c7858d46ce0538fbdb97ff56cc71af6ae565e0635752acfee4" 27 "sha512=7c87f84482156ddb493e3d3ea0b38b8929fe5d7fb7b8bdadb78fb231dabdf8278b053538e062073c3db2df62befe1c62c699c4df3617f190f8660e80928ac8d5" 28 ] 29}