this repo has no description
0
fork

Configure Feed

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

Merge pull request #22323 from geoffder/release-ppx_deriving_cad-v0.1.0

[new release] ppx_deriving_cad (0.1.0)

authored by

Marcello Seri and committed by
GitHub
c3c2ef6c f1f3391e

+46
+46
packages/ppx_deriving_cad/ppx_deriving_cad.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "PPX Deriver for OCADml transformation functions" 3 + description: """ 4 + [@@deriving cad] generates functions for the 5 + spatial transformation of user defined abstract and record types containing 6 + types for which said transformation functions are defined, in particular, the types of OCADml (and CAD backend specific implementations).""" 7 + maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com>"] 8 + authors: ["Geoff deRosenroll<geoffderosenroll@gmail.com>"] 9 + license: "GPL-2.0-or-later" 10 + homepage: "https://github.com/OCADml/ppx_deriving_cad" 11 + doc: "https://ocadml.github.io/ppx_deriving_cad/" 12 + bug-reports: "https://github.com/OCADml/ppx_deriving_cad/issues" 13 + depends: [ 14 + "dune" {>= "3.2"} 15 + "ocaml" {>= "4.14.0"} 16 + "base" {>= "v0.14.1" & with-test} 17 + "OCADml" {>= "0.1.0" & with-test} 18 + "OSCADml" {>= "0.1.0" & with-test} 19 + "ppxlib" {>= "0.22.2"} 20 + "ppx_inline_test" {with-test} 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/OCADml/ppx_deriving_cad.git" 38 + url { 39 + src: 40 + "https://github.com/OCADml/ppx_deriving_cad/releases/download/v0.1.0/ppx_deriving_cad-0.1.0.tbz" 41 + checksum: [ 42 + "sha256=3b1aec4784cd4a60e210814df6fdf6323b848a42a6c6f29946dabb5c3197e884" 43 + "sha512=6af3f353092dd2c06e0ef4ba40fe3ae0c61c6d7758fd07bf48373f01d1145de478a3bce503d142bbbeffa423c3428be8016a78c6150d4cce0d66c8e6270e9221" 44 + ] 45 + } 46 + x-commit-hash: "5ce65c279f94357c947d6260816d79e5d1875407"