File: install.ml

package info (click to toggle)
ppx-type-conv 113.33.03-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 447
  • sloc: ml: 6,649; makefile: 56
file content (10 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#use "topfind";;
#require "js-build-tools.oasis2opam_install";;

open Oasis2opam_install;;

generate ~package:"ppx_type_conv"
  [ oasis_lib "ppx_type_conv"
  ; file "META" ~section:"lib"
  ; oasis_lib "ppx_type_conv_deriving"
  ]