this repo has no description
1opam-version: "2.0" 2synopsis: "Dump preset configuration files for ocamlformat" 3description: "Dump preset configuration files for ocamlformat" 4maintainer: ["diohabara@gmail.com"] 5authors: ["diohabara"] 6license: "MIT" 7homepage: "https://github.com/diohabara/dump_ocamlformat" 8bug-reports: "https://github.com/diohabara/dump_ocamlformat/issues" 9depends: [ 10 "dune" {>= "3.0"} 11 "core" {>= "v0.14.1" & < "v0.15"} 12 "ocaml" {>= "4.10.0"} 13 "ocamlformat" {>= "0.20.1"} 14 "odoc" {>= "2.1.0"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/diohabara/dump_ocamlformat.git" 31url { 32 src: 33 "https://github.com/diohabara/dump_ocamlformat/releases/download/0.2.2/dump_ocamlformat-0.2.2.tbz" 34 checksum: [ 35 "sha256=3605a661b5fa437ef43f6c343395c0104c97c91d1c38e915ddf99324079e88d0" 36 "sha512=39e64d6c9fb0ea5d160621cfacf6bc9d5f07e87e038f5358e0f59d486d02e28a360492ca96f40396cb80d2c1bf46dd3b011ec80a3e5c0d44e3e009c26aa22b25" 37 ] 38} 39x-commit-hash: "fdfd3723df796596485669ad081f7c5b0820f1df"