this repo has no description
1opam-version: "2.0" 2maintainer: "zandoye@gmail.com" 3authors: [ "ZAN DoYe" ] 4homepage: "https://github.com/kandu/mmseg/" 5bug-reports: "https://github.com/kandu/mmseg/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/kandu/mmseg.git" 8depends: [ 9 "ocaml" 10 "wseg" {>= "0.3.0"} 11] 12post-messages: [ 13 "mmseg has been renamed and the mmseg package is now a transition package. Use the wseg package instead." 14] 15synopsis: 16 "This is a transition package, mmseg is now named wseg. Use the wseg package instead"