this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25172 from ncitron/opam-publish-oframl.0.0.1

Package oframl.0.0.1

authored by

Marcello Seri and committed by
GitHub
86498533 e587a943

+44
+44
packages/oframl/oframl.0.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Farcaster Frames in OCaml" 4 + description: "A framework for building Farcaster Frames in OCaml" 5 + maintainer: ["Noah Citron"] 6 + authors: ["Noah Citron"] 7 + license: "MIT" 8 + tags: ["topics" "Farcaster" "Frames"] 9 + homepage: "https://github.com/ncitron/oframl" 10 + doc: "https://github.com/ncitron/oframl" 11 + bug-reports: "https://github.com/ncitron/oframl/issues" 12 + depends: [ 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 + ] 23 + build: [ 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 + ] 37 + dev-repo: "git+https://github.com/ncitron/oframl.git" 38 + url { 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 + }