this repo has no description
1opam-version: "2.0"
2synopsis: "ML's library for Universal Levenshtein Automata"
3description:
4 "ML's radishal library for matching with Universal Levenshtein Automata."
5maintainer: ["Ifaz Kabir"]
6authors: ["Ifaz Kabir"]
7license: "CC0-1.0"
8homepage: "https://github.com/ifazk/mula"
9doc: "https://ifazk.github.io/mula/"
10bug-reports: "https://github.com/ifazk/mula/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "ocaml" {>= "4.12"}
14 "ppx_inline_test"
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/ifazk/mula.git"
32x-commit-hash: "9b9fa1c2c93086a43c27b7423d2479d42ad5125d"
33url {
34 src: "https://github.com/ifazk/mula/releases/download/0.1.0/mula-0.1.0.tbz"
35 checksum: [
36 "sha256=c781cc1225b311f082a63da6dc10f94a44cdf5568e26ff070a66b62fc1482fe7"
37 "sha512=acd41a69b47163909e92665a65c2cdb6029b3c201f0b4d3c596e55fb6d8053b8615401fc3e5c929c899bc30e243d73497f32fa15f476e02cf26f2573c039b771"
38 ]
39}