File: demo.sh

package info (click to toggle)
ocaml-atd 2.16.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,768 kB
  • sloc: ml: 45,944; python: 827; sh: 339; makefile: 306; cpp: 195; java: 76
file content (11 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh -e

set -x
cat single.json
ydump single.json
cat stream.json
ydump -s stream.json

cat prettify.ml
ocamlfind ocamlopt -o prettify prettify.ml -package atdgen -linkpkg
./prettify