swh:1:snp:61dcfc0dd5674a0e65803e88039c122d9532074e
Raw File
Tip revision: 446443563b17d4c6cb64bd27d38b5730914e2536 authored by Raphaƫl Proust on 25 April 2023, 09:36:46 UTC
copy benches from v2 and adapt
Tip revision: 4464435
json-data-encoding-browser.opam
opam-version: "2.0"
name: "json-data-encoding-browser"
synopsis: "Type-safe encoding to and decoding from JSON (browser support)"
maintainer: "contact@nomadic-labs.com"
authors: [ "Nomadic Labs" "Ocamlpro" ]
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
license: "MIT"
version: "1.0.0"
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"

build: [
  ["dune" "build" "-j" jobs "-p" name]
]

depends: [
  "ocaml" {>= "4.10"}
  "dune" {>= "3.0"}
  "json-data-encoding" {= version }
  "js_of_ocaml" {>= "3.3.0"}
]
back to top