this repo has no description
0
fork

Configure Feed

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

Merge pull request #21125 from cwong-ocaml/master

ppx_sexp_conv v0.15.1

authored by

Kate and committed by
GitHub
a3bad0e7 3518182d

+26
+26
packages/ppx_sexp_conv/ppx_sexp_conv.v0.15.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Jane Street developers" 3 + authors: ["Jane Street Group, LLC"] 4 + homepage: "https://github.com/janestreet/ppx_sexp_conv" 5 + bug-reports: "https://github.com/janestreet/ppx_sexp_conv/issues" 6 + dev-repo: "git+https://github.com/janestreet/ppx_sexp_conv.git" 7 + doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_sexp_conv/index.html" 8 + license: "MIT" 9 + build: [ 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.08.0"} 14 + "base" {>= "v0.15" & < "v0.16"} 15 + "sexplib0" {>= "v0.15" & < "v0.16"} 16 + "dune" {>= "2.0.0"} 17 + "ppxlib" {>= "0.26.0"} 18 + ] 19 + synopsis: "[@@deriving] plugin to generate S-expression conversion functions" 20 + description: " 21 + Part of the Jane Street's PPX rewriters collection. 22 + " 23 + url { 24 + src: "https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.15.1.tar.gz" 25 + checksum: "sha256=e34647850c58992a463f29b11b863f9b1322adc0a98d3b16028012507e0c2e9d" 26 + }