this repo has no description
1opam-version: "2.0" 2synopsis: "A small library to inspect memory representation of ocaml values" 3description: 4 "Memgraph allows one to inspect an ocaml value and get a representation of its layout in memory, and helpers to dump such representation as dot files to easily print them as graphs" 5maintainer: [ 6 "Guillaume Bury <guillaume.bury@gmail.com>" 7 "Armaël Guéneau <armael.gueneau@ens-lyon.org>" 8] 9authors: [ 10 "Guillaume Bury <guillaume.bury@gmail.com>" 11 "Armaël Guéneau <armael.gueneau@ens-lyon.org>" 12] 13license: "MIT" 14homepage: "https://github.com/gbury/ocaml-memgraph" 15doc: "https://gbury.github.io/ocaml-memgraph/" 16bug-reports: "https://github.com/gbury/ocaml-memgraph/issues" 17depends: [ 18 "dune" {>= "2.7"} 19 "ocaml" {>= "4.12.0"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/gbury/ocaml-memgraph.git" 37url { 38 src: 39 "https://github.com/Gbury/ocaml-memgraph/releases/download/v1.0/memgraph-1.0.tbz" 40 checksum: [ 41 "sha256=5e53bb092d0a5f8c025a7b17118c068c7d998cf47f459e9d634fdd26dc84af26" 42 "sha512=407382d1fb7de266983949f57d4ff882a4666b5cfea8845a75c67d397f055d9b00c9a2d4aff5ce7f3c2d198f1a4a8a921ff0ac5cd10c82a5a75b471e9b900a43" 43 ] 44} 45x-commit-hash: "2045b73588c2e683eff077555086a5ef3263712a"