this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Display the representation of memory values in the Kitty terminal emulator" 4description: 5 "Memgraph_kitty inspects ocaml values and displays their graphical representation using the graphics protocol of the kitty terminal emulator" 6maintainer: [ 7 "Guillaume Bury <guillaume.bury@gmail.com>" 8 "Armaël Guéneau <armael.gueneau@ens-lyon.org>" 9] 10authors: [ 11 "Guillaume Bury <guillaume.bury@gmail.com>" 12 "Armaël Guéneau <armael.gueneau@ens-lyon.org>" 13] 14license: "MIT" 15homepage: "https://github.com/gbury/ocaml-memgraph" 16doc: "https://gbury.github.io/ocaml-memgraph/" 17bug-reports: "https://github.com/gbury/ocaml-memgraph/issues" 18depends: [ 19 "dune" {>= "2.7"} 20 "ocaml" {>= "4.05.0"} 21 "memgraph" {= version} 22 "ppx_blob" {build & >= "0.7.0"} 23 "nanosvg" {>= "0.1"} 24 "nanosvg_text" {>= "0.1"} 25 "kittyimg" {>= "0.1"} 26 "stb_truetype" {>= "0.7"} 27 "conf-graphviz" 28 "odoc" {with-doc} 29] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43] 44dev-repo: "git+https://github.com/gbury/ocaml-memgraph.git" 45url { 46 src: 47 "https://github.com/Gbury/ocaml-memgraph/releases/download/v1.0/memgraph-1.0.tbz" 48 checksum: [ 49 "sha256=5e53bb092d0a5f8c025a7b17118c068c7d998cf47f459e9d634fdd26dc84af26" 50 "sha512=407382d1fb7de266983949f57d4ff882a4666b5cfea8845a75c67d397f055d9b00c9a2d4aff5ce7f3c2d198f1a4a8a921ff0ac5cd10c82a5a75b471e9b900a43" 51 ] 52} 53x-commit-hash: "2045b73588c2e683eff077555086a5ef3263712a"