this repo has no description
1opam-version: "2.0" 2maintainer: "dominic.price@nottingham.ac.uk" 3homepage: "https://github.com/nojb/ocaml-maildir" 4authors: [ "Nicolas Ojeda Bar" ] 5license: "MIT" 6build: [ 7 ["oasis" "setup"] 8 ["./configure" "--prefix" prefix] 9 [make "build"] 10] 11remove: [ 12 [make "uninstall"] 13 ["ocamlfind" "remove" "maildir"] 14] 15depends: [ 16 "ocaml" 17 "oasis" 18 "ocamlfind" 19 "ocamlbuild" {build} 20] 21dev-repo: "git+https://github.com/nojb/ocaml-maildir" 22install: [make "install"] 23synopsis: 24 "This is a preliminary release of an OCaml library to access directories in the Maildir format." 25url { 26 src: "https://github.com/nojb/ocaml-maildir/archive/v0.9.0.tar.gz" 27 checksum: [ 28 "sha256=2a7288dbf971fbd31a4012d88b467dc7409f764b19bee810cd8fae52eb49014e" 29 "md5=77fb1a413686c0c06ac13a69de507bf7" 30 ] 31}