this repo has no description
1opam-version: "2.0" 2maintainer: "mlin@mlin.net" 3authors: ["Mike Lin"] 4homepage: "https://github.com/mlin/twt" 5license: "MIT" 6remove: [[make "uninstall" "PREFIX=%{prefix}%"]] 7dev-repo: "git+https://github.com/mlin/twt" 8install: [make "install" "PREFIX=%{prefix}%"] 9conflicts: "ocaml+twt" 10synopsis: "The Whitespace Thing, a layout preprocessor for OCaml code" 11description: "http://people.csail.mit.edu/mikelin/ocaml+twt/" 12depends: ["ocaml" {< "5.0.0"}] 13url { 14 src: "https://github.com/mlin/twt/archive/v0.93.2.tar.gz" 15 checksum: [ 16 "sha256=aec091fbd1e6c4d252cf9664237418b4bc8c7d6b7a17475589be78365397e768" 17 "md5=c32680fee22207efda24500180c7fc0d" 18 ] 19}