this repo has no description
1opam-version: "2.0"
2synopsis: "PPX Deriver for Scad_ml transformation functions"
3description: """
4[@@deriving scad] generates functions for the
5spatial transformation of user defined abstract and record types containing
6types for which said transformation functions are defined, in particular, the
7`Scad.t` and `Vec3.t` types of the Scad_ml library."""
8maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com>"]
9authors: ["Geoff deRosenroll<geoffderosenroll@gmail.com>"]
10license: "AGPL-3.0-or-later"
11homepage: "https://github.com/geoffder/ppx_deriving_scad"
12doc: "https://geoffder.github.io/ppx_deriving_scad/"
13bug-reports: "https://github.com/geoffder/ppx_deriving_scad/issues"
14depends: [
15 "dune" {>= "2.8"}
16 "ocaml" {>= "4.08.0"}
17 "base" {>= "v0.14.1" & < "v0.17"}
18 "scad_ml" {>= "1.0.0" & with-test}
19 "ppxlib" {>= "0.22.2"}
20 "ppx_inline_test" {with-test}
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/geoffder/ppx_deriving_scad.git"
38url {
39 src:
40 "https://github.com/geoffder/ppx_deriving_scad/releases/download/v1.0.0/ppx_deriving_scad-v1.0.0.tbz"
41 checksum: [
42 "sha256=2b1ec77fefe7770ac04efd9cbbb92aa864f4843070ef0fc3937880e593d591b2"
43 "sha512=0c13527fdbdf9623837d51a24e282784b796c7f5e4ae38d94004624ec3745ccf84ac72affc2e84bf8aaaafec9c27301b1a73fd08e678f76e79337e6137906140"
44 ]
45}
46x-commit-hash: "307568c39fd642d707d5bdac680fd7ab22eaf0f0"