this repo has no description
1opam-version: "2.0" 2synopsis: "ML's Universal Levenshtein Automata library" 3description: "ML's radishal Universal Levenshtein Automata library." 4maintainer: ["Ifaz Kabir"] 5authors: ["Ifaz Kabir"] 6license: "CC0-1.0" 7homepage: "https://github.com/ifazk/mula" 8doc: "https://ifazk.github.io/mula/" 9bug-reports: "https://github.com/ifazk/mula/issues" 10depends: [ 11 "dune" {>= "2.8"} 12 "ocaml" {>= "4.08.1"} 13 "ppx_inline_test" {with-test} 14 "odoc" {with-doc} 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/ifazk/mula.git" 31x-commit-hash: "b3d426d605a14987175de5939bcc4e86a7972876" 32url { 33 src: "https://github.com/ifazk/mula/releases/download/0.1.1/mula-0.1.1.tbz" 34 checksum: [ 35 "sha256=ee5333b6f30b68a26af55b7f2f5a1f4f1189c13f4b678735da5dbb4685d0e225" 36 "sha512=22f63d6a077b5825d0b1ce076fa23f39bf4ae4280befec0a8765079fb9f542de2858e9a51e86547d47017c646dfe2c9d1fdd1c99d9f4c30aebf4f7cc06cfe995" 37 ] 38}