this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Farcaster Frames in OCaml" 4description: "A framework for building Farcaster Frames in OCaml" 5maintainer: ["Noah Citron"] 6authors: ["Noah Citron"] 7license: "MIT" 8tags: ["topics" "Farcaster" "Frames"] 9homepage: "https://github.com/ncitron/oframl" 10doc: "https://github.com/ncitron/oframl" 11bug-reports: "https://github.com/ncitron/oframl/issues" 12depends: [ 13 "ocaml" {>= "4.11"} 14 "dune" {>= "3.12"} 15 "cohttp" 16 "lwt" {>= "5.3.0"} 17 "cohttp-lwt-unix" 18 "yojson" 19 "ppx_deriving_yojson" 20 "ppx_string" 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/ncitron/oframl.git" 38url { 39 src: "https://github.com/ncitron/oframl/archive/refs/tags/0.0.1.tar.gz" 40 checksum: [ 41 "md5=a38e5b6b0e2b52a1093ca027fd9c3e09" 42 "sha512=8338e3b762bec277f4532ae51a2420041398943e21d312afd0acdd2dd4a25c01e0e7ebd021dad7444f578eeac3e50482907e5a9aa0791717d718064d5e2feb19" 43 ] 44}