~ubuntu-branches/debian/sid/ppx-deriving-yojson/sid

« back to all changes in this revision

Viewing changes to pkg/META.in

  • Committer: Package Import Robot
  • Author(s): Ralf Treinen
  • Date: 2018-03-28 21:56:16 UTC
  • Revision ID: package-import@ubuntu.com-20180328215616-xzfykdl8ls43ydi6
Tags: upstream-3.1
ImportĀ upstreamĀ versionĀ 3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
version = "%{version}%"
 
2
description = "[@@deriving yojson]"
 
3
requires(-ppx_driver) = "ppx_deriving ppx_deriving_yojson.runtime"
 
4
ppxopt(-ppx_driver,-custom_ppx) = "ppx_deriving,./ppx_deriving_yojson.cma"
 
5
requires(ppx_driver) = "ppx_deriving.api"
 
6
archive(ppx_driver, byte) = "ppx_deriving_yojson.cma"
 
7
archive(ppx_driver, native) = "ppx_deriving_yojson.cmxa"
 
8
exists_if = "ppx_deriving_yojson.cma"
 
9
 
 
10
package "runtime" (
 
11
  version = "%{version}%"
 
12
  description = "Runtime components of [@@deriving yojson]"
 
13
  requires = "yojson result ppx_deriving.runtime"
 
14
  archive(byte) = "ppx_deriving_yojson_runtime.cma"
 
15
  archive(byte, plugin) = "ppx_deriving_yojson_runtime.cma"
 
16
  archive(native) = "ppx_deriving_yojson_runtime.cmxa"
 
17
  archive(native, plugin) = "ppx_deriving_yojson_runtime.cmxs"
 
18
  exists_if = "ppx_deriving_yojson_runtime.cma"
 
19
)