File: cheapp.sh

package info (click to toggle)
ocaml-multicoretests 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,532 kB
  • sloc: ml: 8,904; awk: 66; ansic: 23; makefile: 11; sh: 1
file content (3 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh

ocamlformat --impl --enable-outside-detected-project --no-version-check --type-decl=sparse - | gawk -f "$(dirname "$0")/cheapp.awk" | sort | cut -c 13- | ocamlformat --impl --enable-outside-detected-project --no-version-check - | sed 's/^./  &/'