this repo has no description
1opam-version: "2.0" 2synopsis: "A generator of table of contents for Github Markdown files" 3maintainer: ["Thomas Gazagnaire"] 4authors: ["Thomas Gazagnaire"] 5license: "ISC" 6homepage: "https://github.com/samoht/toc" 7bug-reports: "https://github.com/samoht/toc/issues" 8depends: [ 9 "alcotest" {with-test} 10 "ocaml" 11 "dune" {>= "3.5"} 12 "omd" {>= "2.0.0~alpha2"} 13 "cmdliner" {>= "1.1.0"} 14 "logs" 15 "fmt" 16 "astring" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/samoht/toc.git" 34url { 35 src: "https://github.com/samoht/toc/releases/download/0.1.0/toc-0.1.0.tbz" 36 checksum: [ 37 "sha256=39b0838e508e1b54bf26c8c32efb2206e726a5ae6aceaafaa26d0df51293ec44" 38 "sha512=c34e54770b70f1892c548838f5d123b222c7cfbe17f40a9f9f02663936665d6088200d8282fee0810544dcf94c4bd30861fb72f15680f8f0c955db8c6da0690c" 39 ] 40} 41x-commit-hash: "46eaaeed42835b7651da21fc24698117c1107191"