this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Parametrize your OCaml library with values that behave like objects but aren't" 4maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 5authors: ["Mathieu Barbin"] 6license: "ISC" 7homepage: "https://github.com/mbarbin/provider" 8doc: "https://mbarbin.github.io/provider/" 9bug-reports: "https://github.com/mbarbin/provider/issues" 10depends: [ 11 "dune" {>= "3.14"} 12 "ocaml" {>= "5.1"} 13 "base" {>= "v0.16"} 14 "bisect_ppx" {dev & >= "2.8.3"} 15 "ppx_compare" {>= "v0.16"} 16 "ppx_hash" {>= "v0.16"} 17 "ppx_js_style" {dev & >= "v0.16"} 18 "ppx_sexp_conv" {>= "v0.16"} 19 "ppx_sexp_value" {>= "v0.16"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36flags: [ deprecated ] 37messages: [ "Version 0.0.4 has a known bug in the binding lookup logic - please upgrade" ] 38dev-repo: "git+https://github.com/mbarbin/provider.git" 39url { 40 src: 41 "https://github.com/mbarbin/provider/releases/download/0.0.4/provider-0.0.4.tbz" 42 checksum: [ 43 "sha256=5115476c5d4d08b19c867806b291ce1d509c6e61e99d7a2d457bde9422503c0b" 44 "sha512=28d8b65af3263227ff09faa774caca6874016043b6d643da5fd8d0b649151facf3439c92e72795fc78b0a8bdd79f2e4e457f967e44c6f275480a0ec29264b6a0" 45 ] 46} 47x-commit-hash: "d30ff2a59e457fb4d2527e2a7710f39696a7a019"