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" 31url { 32 src: "https://github.com/ifazk/mula/releases/download/0.1.2/mula-0.1.2.tbz" 33 checksum: [ 34 "sha256=1f0ee42aca73e33459796baa26063bf82d290cb6f4c723d3e7c9a0e58f1e0d72" 35 "sha512=2158fb0cfd32b819141fca66ab29dbe480303191e744e617661aa39d772d03e2e158b4ca1ff4a8e18e9c1ea71cda10fe07b62df72beba04e29b289975f19f66e" 36 ] 37} 38x-commit-hash: "7aac9beed3e73f77b354c45d3ac006cc463fb503"