this repo has no description
1opam-version: "2.0" 2maintainer: "Rory Quinlan <rjamesquinlan@gmail.com>" 3authors: [ "Rory Quinlan <rjamesquinlan@gmail.com>" ] 4license: "MIT" 5homepage: "https://github.com/roryqueue/odash" 6bug-reports: "https://github.com/roryqueue/odash/issues" 7dev-repo: "git+https://github.com/roryqueue/odash.git" 8doc: "https://roryqueue.github.io/odash/" 9tags: [ "syntax" ] 10build: [ 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.02" & < "4.09"} 16 "dune" {>= "1.11.4"} 17 "reason" {>= "3.5.2"} 18 "ounit" {with-test} 19] 20synopsis: "Odash: Lodash for Ocaml" 21description: """ 22Odash implements part of the lodash API in ocaml/reason, 23with some differences tailored to the language.""" 24url { 25 src: 26 "https://github.com/roryqueue/odash/releases/download/v0.1.0/odash-v0.1.0.tbz" 27 checksum: [ 28 "sha256=636fdc01877a6268c7a2606753510f25cd77387db617070cb0ee877d54a74c25" 29 "sha512=471cc4ba83645c692d5d8654e1c3a9ead1953ba6a0ed12bda173c7530e7bc79df0d705af12847b22d1d39b570b81d67ac03ff4ac11c9ad7fc7b72966ef4fcca9" 30 ] 31}