this repo has no description
1opam-version: "2.0" 2synopsis: "Functional utilities" 3description: "Functional utilities" 4maintainer: ["Branislav Lazic"] 5authors: ["Branislav Lazic"] 6license: "MIT" 7tags: ["topics" "Functional utilities" "Branislav Lazic" "tabr"] 8homepage: "https://github.com/BranislavLazic/tabr" 9bug-reports: "https://github.com/BranislavLazic/tabr/issues" 10depends: [ 11 "ocaml" 12 "dune" {>= "3.14"} 13 "ocamlformat" {>= "0.26.0"} 14 "alcotest" {>= "1.7.0"} 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/BranislavLazic/tabr.git" 32url { 33 src: 34 "https://github.com/BranislavLazic/tabr/releases/download/0.1.2/tabr-0.1.2.tbz" 35 checksum: [ 36 "sha256=39eeb3f8782237a478fabcfaedff0832e3a9320902110f1dbb50bba28c486d7b" 37 "sha512=2677cb3bac4d9e4036bb581a60aaf60b2bd7667a5e2c4c8aff5e055a14f4fded734a66296ab0db8a38a218b969a641b29527f2a70391f623d72be4a71b5fb0e8" 38 ] 39} 40x-commit-hash: "438ccf64da6cb7b5261df8a0cf00538c5eb1661c"