Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to ocaml-migrate-parsetree #127

Merged
merged 3 commits into from
Mar 22, 2017
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .merlin
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ PKG ocplib-endian
PKG ocplib-endian.bigstring
PKG sexplib
PKG sexplib.syntax
PKG ppx_tools.metaquot
PKG ocaml-migrate-parsetree
PKG ppx_tools_versioned.metaquot_404

S async
S lib
Expand All @@ -16,4 +17,4 @@ S lwt
S unix
S ppx

B _build/**
B _build/**
4 changes: 1 addition & 3 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Authors: Anil Madhavapeddy, Richard Mortier, Thomas Gazagnaire,
License: ISC
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
PostConfCommand: sh select_ppx_version.sh conf
PostDistCleanCommand: sh select_ppx_version.sh clean

Flag lwt
Description: build the Lwt library
Expand Down Expand Up @@ -64,7 +62,7 @@ Executable ppx_cstruct
Path: ppx
Custom: true
CompiledObject: best
BuildDepends: ppx_tools.metaquot, bigarray
BuildDepends: ocaml-migrate-parsetree, ppx_tools_versioned.metaquot_404, bigarray
MainIs: ppx_cstruct.ml

Executable test_bounds
Expand Down
20 changes: 13 additions & 7 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 514db63fd66b2beab5efac3ce24087f9)
# DO NOT EDIT (digest: 6f65597a0d3f442eee23048236300ae7)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
Expand Down Expand Up @@ -59,9 +59,11 @@ true: annot, bin_annot
<unix/*.ml{,i,y}>: use_cstruct
# Executable ppx_cstruct
<ppx/ppx_cstruct.{native,byte}>: pkg_bigarray
<ppx/ppx_cstruct.{native,byte}>: pkg_ppx_tools.metaquot
<ppx/ppx_cstruct.{native,byte}>: pkg_ocaml-migrate-parsetree
<ppx/ppx_cstruct.{native,byte}>: pkg_ppx_tools_versioned.metaquot_404
<ppx/*.ml{,i,y}>: pkg_bigarray
<ppx/*.ml{,i,y}>: pkg_ppx_tools.metaquot
<ppx/*.ml{,i,y}>: pkg_ocaml-migrate-parsetree
<ppx/*.ml{,i,y}>: pkg_ppx_tools_versioned.metaquot_404
<ppx/ppx_cstruct.{native,byte}>: custom
# Executable test_bounds
<lib_test/bounds.{native,byte}>: pkg_bigarray
Expand All @@ -80,9 +82,10 @@ true: annot, bin_annot
<ppx_test/basic.{native,byte}>: pkg_bigarray
<ppx_test/basic.{native,byte}>: pkg_bytes
<ppx_test/basic.{native,byte}>: pkg_oUnit
<ppx_test/basic.{native,byte}>: pkg_ocaml-migrate-parsetree
<ppx_test/basic.{native,byte}>: pkg_ocplib-endian
<ppx_test/basic.{native,byte}>: pkg_ocplib-endian.bigstring
<ppx_test/basic.{native,byte}>: pkg_ppx_tools.metaquot
<ppx_test/basic.{native,byte}>: pkg_ppx_tools_versioned.metaquot_404
<ppx_test/basic.{native,byte}>: pkg_sexplib
<ppx_test/basic.{native,byte}>: pkg_unix
<ppx_test/basic.{native,byte}>: use_cstruct
Expand All @@ -92,9 +95,10 @@ true: annot, bin_annot
<ppx_test/enum.{native,byte}>: pkg_bigarray
<ppx_test/enum.{native,byte}>: pkg_bytes
<ppx_test/enum.{native,byte}>: pkg_oUnit
<ppx_test/enum.{native,byte}>: pkg_ocaml-migrate-parsetree
<ppx_test/enum.{native,byte}>: pkg_ocplib-endian
<ppx_test/enum.{native,byte}>: pkg_ocplib-endian.bigstring
<ppx_test/enum.{native,byte}>: pkg_ppx_tools.metaquot
<ppx_test/enum.{native,byte}>: pkg_ppx_tools_versioned.metaquot_404
<ppx_test/enum.{native,byte}>: pkg_sexplib
<ppx_test/enum.{native,byte}>: pkg_unix
<ppx_test/enum.{native,byte}>: use_cstruct
Expand All @@ -104,19 +108,21 @@ true: annot, bin_annot
<ppx_test/pcap.{native,byte}>: pkg_bigarray
<ppx_test/pcap.{native,byte}>: pkg_bytes
<ppx_test/pcap.{native,byte}>: pkg_oUnit
<ppx_test/pcap.{native,byte}>: pkg_ocaml-migrate-parsetree
<ppx_test/pcap.{native,byte}>: pkg_ocplib-endian
<ppx_test/pcap.{native,byte}>: pkg_ocplib-endian.bigstring
<ppx_test/pcap.{native,byte}>: pkg_ppx_tools.metaquot
<ppx_test/pcap.{native,byte}>: pkg_ppx_tools_versioned.metaquot_404
<ppx_test/pcap.{native,byte}>: pkg_sexplib
<ppx_test/pcap.{native,byte}>: pkg_unix
<ppx_test/pcap.{native,byte}>: use_cstruct
<ppx_test/pcap.{native,byte}>: use_unix_cstruct
<ppx_test/*.ml{,i,y}>: pkg_bigarray
<ppx_test/*.ml{,i,y}>: pkg_bytes
<ppx_test/*.ml{,i,y}>: pkg_oUnit
<ppx_test/*.ml{,i,y}>: pkg_ocaml-migrate-parsetree
<ppx_test/*.ml{,i,y}>: pkg_ocplib-endian
<ppx_test/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
<ppx_test/*.ml{,i,y}>: pkg_ppx_tools.metaquot
<ppx_test/*.ml{,i,y}>: pkg_ppx_tools_versioned.metaquot_404
<ppx_test/*.ml{,i,y}>: pkg_sexplib
<ppx_test/*.ml{,i,y}>: pkg_unix
<ppx_test/*.ml{,i,y}>: use_cstruct
Expand Down
1 change: 1 addition & 0 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ depends: [
"ocplib-endian"
"sexplib"
"base-bytes"
"ocaml-migrate-parsetree"
]
depopts: [
"ppx_tools"
Expand Down
Loading