this repo has no description
1opam-version: "2.0" 2maintainer: "mlin@mlin.net" 3remove: [[make "uninstall" "PREFIX=%{prefix}%"]] 4install: [make "install" "PREFIX=%{prefix}%"] 5conflicts: "ocaml+twt" 6synopsis: "The Whitespace Thing, a layout preprocessor for OCaml code" 7description: "http://people.csail.mit.edu/mikelin/ocaml+twt/" 8depends: ["ocaml" {< "5.0.0"}] 9url { 10 src: "http://github.com/mlin/twt/tarball/v0.93.1" 11 checksum: [ 12 "sha256=a4ef085487b563b97b013c2a37089f11b53a890341330223a1bf211f231469c9" 13 "md5=c0d88ff49ec3ea48475aed67bcaeff75" 14 ] 15}