this repo has no description
1opam-version: "2.0" 2maintainer: "Etienne Millon <etienne@cryptosense.com>" 3authors: "Etienne Millon <etienne@cryptosense.com>" 4homepage: "https://github.com/cryptosense/records" 5bug-reports: "https://github.com/cryptosense/records/issues" 6license: "BSD-2-Clause" 7dev-repo: "git+https://github.com/cryptosense/records.git" 8doc: "https://cryptosense.github.io/records/doc" 9build: [ 10 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"] 12 {with-test} 13 ["ocaml" "pkg/pkg.ml" "test"] {with-test} 14] 15depends: [ 16 "ocaml" {>= "4.02.0"} 17 "ocamlfind" {build} 18 "ounit" {with-test} 19 "yojson" {< "2.0.0"} 20 "result" 21 "topkg" {build} 22] 23synopsis: "Records" 24description: 25 "This library enables you to define and manipulate dynamic records in OCaml." 26url { 27 src: 28 "https://github.com/cryptosense/records/releases/download/v0.7.0/records-0.7.0.tbz" 29 checksum: [ 30 "sha256=d9ef00df7f87c20129f91ee9d5f3df1d4a9b0645a72a4c309962ecd346cee88f" 31 "md5=30e69590355367dc1dbc1c6cfde80b50" 32 ] 33}