this repo has no description
1opam-version: "2.0" 2maintainer: "Cryptosense <opensource@cryptosense.com>" 3authors: [ 4 "Cryptosense <opensource@cryptosense.com>" 5 "Etienne Millon <etienne@cryptosense.com>" 6] 7homepage: "https://github.com/cryptosense/records" 8bug-reports: "https://github.com/cryptosense/records/issues" 9license: "BSD-2-Clause" 10dev-repo: "git+https://github.com/cryptosense/records.git" 11doc: "https://cryptosense.github.io/records/doc" 12build: [ 13 ["dune" "build" "-p" name "-j" jobs] 14] 15run-test: [ 16 ["dune" "runtest" "-p" name "-j" jobs] 17] 18depends: [ 19 "dune" {>= "2.0"} 20 "ocaml" {>= "4.08.0"} 21 "ounit" {with-test & >= "2.0.0"} 22 "yojson" {>= "1.6.0"} 23] 24tags: ["org:cryptosense"] 25synopsis: "Dynamic records" 26description: """ 27This library enables you to define and manipulate dynamic records in OCaml. 28""" 29url { 30 src: 31 "https://github.com/cryptosense/records/archive/refs/tags/1.0.0.tar.gz" 32 checksum: [ 33 "md5=868f4724df008cc9f8302492446201ac" 34 "sha512=b8da2f37effab90c904dfa64b37d7537ee16bf88572e2dc81a67b4c5303a550cc78d2231ce690b42353771d9b6ff261b2019e5a6ed3da8949ab05fcf076bb904" 35 ] 36}