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] 23tags: ["org:cryptosense"] 24synopsis: "Records" 25description: 26 "This library enables you to define and manipulate dynamic records in OCaml." 27url { 28 src: 29 "https://github.com/cryptosense/records/releases/download/v0.8.0/records-0.8.0.tbz" 30 checksum: [ 31 "sha256=fc59cc20e054692ab2d18b89717968249adcc19f8a34da3e57bc828dad57b03d" 32 "md5=d67b3315208072bf9a3e99d834a1cbec" 33 ] 34}